Html Css Color HEX #C64079 Royal Heath

📋 copy color: '#C64079'

red 198 ◦ green 64 ◦ blue 121

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

Shades of Royal Heath #C64079

Tints of Royal Heath #C64079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.59%

R = 51.7%
G = 16.71%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C64079 (or 0xC64079) is known color: Royal Heath. HEX triplet: C6, 40 and 79. RGB value is (198,64,121). Sum of RGB (Red+Green+Blue) = 198+64+121=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C64079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64079 is #39BF86. Grayscale: #6E6E6E. Windows color (decimal): -3784583 or 7946438. OLE color: 7946438.

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

Color convert

RGB 198 64 121 -
CMYK 0 0.68 0.39 0.22
HSL 334.48º 0.54% 0.51% -
HSV(B) 334.48º 0.68% 0.78% -
XYZ 28.57 17.05 19.87 -
YUV 110.56 133.89 190.37 -
System Red Green Blue C M Y K H S L
Decimal 198 64 121 0 0.68 0.39 0.22 334.48 0.54 0.51
Hex C6 40 79 0 44 27 16 14E 36 33
Octal 306 100 171 0 104 47 26 516 66 63
Binary 11000110 1000000 1111001 0 1000100 100111 10110 101001110 110110 110011

Color Harmonies of #C64079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64079

Black with #C64079

Text Example


Text Example

White with #C64079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64079; }

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

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

background-color css

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

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

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

border-color css

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

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

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