Html Css Color HEX #C64979 Royal Heath

📋 copy color: '#C64979'

red 198 ◦ green 73 ◦ blue 121

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

Shades of Royal Heath #C64979

Tints of Royal Heath #C64979

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.62%

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

R = 50.51%
G = 18.62%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C64979 (or 0xC64979) is known color: Royal Heath. HEX triplet: C6, 49 and 79. RGB value is (198,73,121). Sum of RGB (Red+Green+Blue) = 198+73+121=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C64979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64979 is #39B686. Grayscale: #737373. Windows color (decimal): -3782279 or 7948742. OLE color: 7948742.

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

Color convert

RGB 198 73 121 -
CMYK 0 0.63 0.39 0.22
HSL 336.96º 0.52% 0.53% -
HSV(B) 336.96º 0.63% 0.78% -
XYZ 29.12 18.15 20.06 -
YUV 115.85 130.91 186.6 -
System Red Green Blue C M Y K H S L
Decimal 198 73 121 0 0.63 0.39 0.22 336.96 0.52 0.53
Hex C6 49 79 0 3F 27 16 151 34 35
Octal 306 111 171 0 77 47 26 521 64 65
Binary 11000110 1001001 1111001 0 111111 100111 10110 101010001 110100 110101

Color Harmonies of #C64979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64979

Black with #C64979

Text Example


Text Example

White with #C64979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64979; }

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

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

background-color css

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

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

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

border-color css

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

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

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