#C64473

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

Shades of Royal Heath #C64473

Tints of Royal Heath #C64473

Color information

#C64473 (or 0xC64473) is unknown color: approx Royal Heath. HEX triplet: C6, 44 and 73. RGB value is (198,68,115). Sum of RGB (Red+Green+Blue) = 198+68+115=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C64473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64473 is #39BB8C. Grayscale: #707070. Windows color (decimal): -3783565 or 7554246. OLE color: 7554246.

HSL color Cylindrical-coordinate representation of color #C64473: hue angle of 338.31º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C64473 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB19868115-
CMYK00.660.420.22
HSL338.31º53.28%52.16%-
HSV(B)338.31º65.66%77.65%-
XYZ28.4517.3818.07-
YUV112.23129.57189.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.97%
GREEN value IS 68 (26.95% from 255) = 17.85%
BLUE value IS 115 (45.31% from 255) = 30.18%
R=51.97%
G=17.85%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986811500.660.420.22338.3153.2852.16
HexC644730422A161523534
Octal306104163010252265226564
Binary11000110100010011100110100001010101010110101010010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64473; }

 p { color: rgb(198,68,115); }

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

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

 a { background-color: rgb(198,68,115); }

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

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

 span { border-color: rgb(198,68,115); }

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