#C64675

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

Shades of Royal Heath #C64675

Tints of Royal Heath #C64675

Color information

#C64675 (or 0xC64675) is unknown color: approx Royal Heath. HEX triplet: C6, 46 and 75. RGB value is (198,70,117). Sum of RGB (Red+Green+Blue) = 198+70+117=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C64675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64675 is #39B98A. Grayscale: #717171. Windows color (decimal): -3783051 or 7685830. OLE color: 7685830.

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

Color convert

RGB19870117-
CMYK00.650.410.22
HSL337.97º52.89%52.55%-
HSV(B)337.97º64.65%77.65%-
XYZ28.6917.6718.73-
YUV113.63129.91188.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.43%
GREEN value IS 70 (27.73% from 255) = 18.18%
BLUE value IS 117 (46.09% from 255) = 30.39%
R=51.43%
G=18.18%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987011700.650.410.22337.9752.8952.55
HexC6467504129161523535
Octal306106165010151265226565
Binary11000110100011011101010100000110100110110101010010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64675; }

 p { color: rgb(198,70,117); }

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

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

 a { background-color: rgb(198,70,117); }

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

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

 span { border-color: rgb(198,70,117); }

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