#C0376C

Color #C0376C Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #C0376C

Tints of Royal Heath #C0376C

Color information

#C0376C (or 0xC0376C) is unknown color: approx Royal Heath. HEX triplet: C0, 37 and 6C. RGB value is (192,55,108). Sum of RGB (Red+Green+Blue) = 192+55+108=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C0376C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0376C is #3FC893. Grayscale: #656565. Windows color (decimal): -4180116 or 7092160. OLE color: 7092160.

HSL color Cylindrical-coordinate representation of color #C0376C: hue angle of 336.79º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0376C is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB19255108-
CMYK00.710.440.25
HSL336.79º55.47%48.43%-
HSV(B)336.79º71.35%75.29%-
XYZ25.8115.0215.73-
YUV102131.39192.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 54.08%
GREEN value IS 55 (21.88% from 255) = 15.49%
BLUE value IS 108 (42.58% from 255) = 30.42%
R=54.08%
G=15.49%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925510800.710.440.25336.7955.4748.43
HexC0376C0472C191513730
Octal30067154010754315216760
Binary1100000011011111011000100011110110011001101010001110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0376C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0376C; }

 p { color: rgb(192,55,108); }

 H1.HeaderClassName
 {
   color: #C0376C;
 }
 .AnyTagClassName
 {
   color: #C0376C;
 }
</style>
background-color css

<style>
 a { background-color: #C0376C; }

 a { background-color: rgb(192,55,108); }

 div.DivClassName
 {
   background-color: #C0376C;
 }
 .BgClassName
 {
   background-color: #C0376C;
 }
</style>
border-color css

<style>
 span { border-color: #C0376C; }

 span { border-color: rgb(192,55,108); }

 td.TdClassName
 {
   border-color: #C0376C;
 }
 .TagClassName
 {
   border-color: #C0376C;
 }
</style>