#C64372

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

Shades of Royal Heath #C64372

Tints of Royal Heath #C64372

Color information

#C64372 (or 0xC64372) is unknown color: approx Royal Heath. HEX triplet: C6, 43 and 72. RGB value is (198,67,114). Sum of RGB (Red+Green+Blue) = 198+67+114=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C64372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64372 is #39BC8D. Grayscale: #6F6F6F. Windows color (decimal): -3783822 or 7488454. OLE color: 7488454.

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

Color convert

RGB19867114-
CMYK00.660.420.22
HSL338.47º53.47%51.96%-
HSV(B)338.47º66.16%77.65%-
XYZ28.3317.2317.75-
YUV111.53129.4189.68-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.24%
GREEN value IS 67 (26.56% from 255) = 17.68%
BLUE value IS 114 (44.92% from 255) = 30.08%
R=52.24%
G=17.68%
B=30.08%

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
Decimal1986711400.660.420.22338.4753.4751.96
HexC643720422A161523534
Octal306103162010252265226564
Binary11000110100001111100100100001010101010110101010010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64372; }

 p { color: rgb(198,67,114); }

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

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

 a { background-color: rgb(198,67,114); }

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

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

 span { border-color: rgb(198,67,114); }

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