#C64974

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

Shades of Royal Heath #C64974

Tints of Royal Heath #C64974

Color information

#C64974 (or 0xC64974) is unknown color: approx Royal Heath. HEX triplet: C6, 49 and 74. RGB value is (198,73,116). Sum of RGB (Red+Green+Blue) = 198+73+116=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C64974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64974 is #39B68B. Grayscale: #737373. Windows color (decimal): -3782284 or 7621062. OLE color: 7621062.

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

Color convert

RGB19873116-
CMYK00.630.410.22
HSL339.36º52.3%53.14%-
HSV(B)339.36º63.13%77.65%-
XYZ28.8218.0318.48-
YUV115.28128.41187-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.16%
GREEN value IS 73 (28.91% from 255) = 18.86%
BLUE value IS 116 (45.70% from 255) = 29.97%
R=51.16%
G=18.86%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987311600.630.410.22339.3652.353.14
HexC6497403F29161533435
Octal30611116407751265236465
Binary1100011010010011110100011111110100110110101010011110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64974; }

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

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

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

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

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

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

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

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