#C64977

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

Shades of Royal Heath #C64977

Tints of Royal Heath #C64977

Color information

#C64977 (or 0xC64977) is unknown color: approx Royal Heath. HEX triplet: C6, 49 and 77. RGB value is (198,73,119). Sum of RGB (Red+Green+Blue) = 198+73+119=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C64977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64977 is #39B688. Grayscale: #737373. Windows color (decimal): -3782281 or 7817670. OLE color: 7817670.

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

Color convert

RGB19873119-
CMYK00.630.400.22
HSL337.92º52.3%53.14%-
HSV(B)337.92º63.13%77.65%-
XYZ2918.119.42-
YUV115.62129.91186.76-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.77%
GREEN value IS 73 (28.91% from 255) = 18.72%
BLUE value IS 119 (46.88% from 255) = 30.51%
R=50.77%
G=18.72%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987311900.630.400.22337.9252.353.14
HexC6497703F28161523435
Octal30611116707750265226465
Binary1100011010010011110111011111110100010110101010010110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64977; }

 p { color: rgb(198,73,119); }

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

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

 a { background-color: rgb(198,73,119); }

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

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

 span { border-color: rgb(198,73,119); }

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