#C64471

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

Shades of Royal Heath #C64471

Tints of Royal Heath #C64471

Color information

#C64471 (or 0xC64471) is unknown color: approx Royal Heath. HEX triplet: C6, 44 and 71. RGB value is (198,68,113). Sum of RGB (Red+Green+Blue) = 198+68+113=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C64471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64471 is #39BB8E. Grayscale: #6F6F6F. Windows color (decimal): -3783567 or 7423174. OLE color: 7423174.

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

Color convert

RGB19868113-
CMYK00.660.430.22
HSL339.23º53.28%52.16%-
HSV(B)339.23º65.66%77.65%-
XYZ28.3417.3317.47-
YUV112128.57189.34-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.24%
GREEN value IS 68 (26.95% from 255) = 17.94%
BLUE value IS 113 (44.53% from 255) = 29.82%
R=52.24%
G=17.94%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986811300.660.430.22339.2353.2852.16
HexC644710422B161533534
Octal306104161010253265236564
Binary11000110100010011100010100001010101110110101010011110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64471; }

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

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

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

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

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

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

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

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