#C64E7B

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

Shades of Royal Heath #C64E7B

Tints of Royal Heath #C64E7B

Color information

#C64E7B (or 0xC64E7B) is unknown color: approx Royal Heath. HEX triplet: C6, 4E and 7B. RGB value is (198,78,123). Sum of RGB (Red+Green+Blue) = 198+78+123=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64E7B is #39B184. Grayscale: #767676. Windows color (decimal): -3780997 or 8081094. OLE color: 8081094.

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

Color convert

RGB19878123-
CMYK00.610.380.22
HSL337.5º51.28%54.12%-
HSV(B)337.5º60.61%77.65%-
XYZ29.5918.8820.82-
YUV119.01130.26184.34-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.62%
GREEN value IS 78 (30.86% from 255) = 19.55%
BLUE value IS 123 (48.44% from 255) = 30.83%
R=49.62%
G=19.55%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987812300.610.380.22337.551.2854.12
HexC64E7B03D26161523336
Octal30611617307546265226366
Binary1100011010011101111011011110110011010110101010010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64E7B; }

 p { color: rgb(198,78,123); }

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

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

 a { background-color: rgb(198,78,123); }

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

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

 span { border-color: rgb(198,78,123); }

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