Html Css Color HEX #C64076 Royal Heath

📋 copy color: '#C64076'

red 198 ◦ green 64 ◦ blue 118

#C64076
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #C64076

Tints of Royal Heath #C64076

RGB

 RED value IS 198 (77.73% from 255) = 52.11%

 GREEN value IS 64 (25.39% from 255) = 16.84%

 BLUE value IS 118 (46.48% from 255) = 31.05%

R = 52.11%
G = 16.84%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C64076 (or 0xC64076) is known color: Royal Heath. HEX triplet: C6, 40 and 76. RGB value is (198,64,118). Sum of RGB (Red+Green+Blue) = 198+64+118=380 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.11% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 198 - color contains mainly: red. Hex color #C64076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64076 is #39BF89. Grayscale: #6E6E6E. Windows color (decimal): -3784586 or 7749830. OLE color: 7749830.

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

Color convert

RGB 198 64 118 -
CMYK 0 0.68 0.40 0.22
HSL 335.82º 0.54% 0.51% -
HSV(B) 335.82º 0.68% 0.78% -
XYZ 28.39 16.98 18.92 -
YUV 110.22 132.39 190.61 -
System Red Green Blue C M Y K H S L
Decimal 198 64 118 0 0.68 0.40 0.22 335.82 0.54 0.51
Hex C6 40 76 0 44 28 16 150 36 33
Octal 306 100 166 0 104 50 26 520 66 63
Binary 11000110 1000000 1110110 0 1000100 101000 10110 101010000 110110 110011

Color Harmonies of #C64076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64076

Black with #C64076

Text Example


Text Example

White with #C64076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64076; }

 p { color: rgb(198,64,118); }

 H1.HeaderClassName
 {
   color: #C64076;
 }
 .AnyTagClassName
 {
   color: #C64076;
 }
</style>

background-color css

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

 a { background-color: rgb(198,64,118); }

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

border-color css

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

 span { border-color: rgb(198,64,118); }

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