#C64C77

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

Shades of Royal Heath #C64C77

Tints of Royal Heath #C64C77

Color information

#C64C77 (or 0xC64C77) is unknown color: approx Royal Heath. HEX triplet: C6, 4C and 77. RGB value is (198,76,119). Sum of RGB (Red+Green+Blue) = 198+76+119=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64C77 is #39B388. Grayscale: #757575. Windows color (decimal): -3781513 or 7818438. OLE color: 7818438.

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

Color convert

RGB19876119-
CMYK00.620.400.22
HSL338.85º51.69%53.73%-
HSV(B)338.85º61.62%77.65%-
XYZ29.218.5119.49-
YUV117.38128.92185.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.38%
GREEN value IS 76 (30.08% from 255) = 19.34%
BLUE value IS 119 (46.88% from 255) = 30.28%
R=50.38%
G=19.34%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987611900.620.400.22338.8551.6953.73
HexC64C7703E28161533436
Octal30611416707650265236466
Binary1100011010011001110111011111010100010110101010011110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64C77; }

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

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

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

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

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

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

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

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