#C04173

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

Shades of Royal Heath #C04173

Tints of Royal Heath #C04173

Color information

#C04173 (or 0xC04173) is unknown color: approx Royal Heath. HEX triplet: C0, 41 and 73. RGB value is (192,65,115). Sum of RGB (Red+Green+Blue) = 192+65+115=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C04173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04173 is #3FBE8C. Grayscale: #6C6C6C. Windows color (decimal): -4177549 or 7553472. OLE color: 7553472.

HSL color Cylindrical-coordinate representation of color #C04173: hue angle of 336.38º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04173 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB19265115-
CMYK00.660.400.25
HSL336.38º50.2%50.39%-
HSV(B)336.38º66.15%75.29%-
XYZ26.7216.2217.94-
YUV108.67131.58187.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.61%
GREEN value IS 65 (25.78% from 255) = 17.47%
BLUE value IS 115 (45.31% from 255) = 30.91%
R=51.61%
G=17.47%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926511500.660.400.25336.3850.250.39
HexC0417304228191503232
Octal300101163010250315206262
Binary11000000100000111100110100001010100011001101010000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04173; }

 p { color: rgb(192,65,115); }

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

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

 a { background-color: rgb(192,65,115); }

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

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

 span { border-color: rgb(192,65,115); }

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