#C04171

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

Shades of Royal Heath #C04171

Tints of Royal Heath #C04171

Color information

#C04171 (or 0xC04171) is unknown color: approx Royal Heath. HEX triplet: C0, 41 and 71. RGB value is (192,65,113). Sum of RGB (Red+Green+Blue) = 192+65+113=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C04171 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04171 is #3FBE8E. Grayscale: #6C6C6C. Windows color (decimal): -4177551 or 7422400. OLE color: 7422400.

HSL color Cylindrical-coordinate representation of color #C04171: hue angle of 337.32º 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 #C04171 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB19265113-
CMYK00.660.410.25
HSL337.32º50.2%50.39%-
HSV(B)337.32º66.15%75.29%-
XYZ26.6116.1817.34-
YUV108.44130.58187.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.89%
GREEN value IS 65 (25.78% from 255) = 17.57%
BLUE value IS 113 (44.53% from 255) = 30.54%
R=51.89%
G=17.57%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926511300.660.410.25337.3250.250.39
HexC0417104229191513232
Octal300101161010251315216262
Binary11000000100000111100010100001010100111001101010001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04171; }

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

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

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

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

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

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

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

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