Html Css Color HEX #C64978 Royal Heath

📋 copy color: '#C64978'

red 198 ◦ green 73 ◦ blue 120

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

Shades of Royal Heath #C64978

Tints of Royal Heath #C64978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.69%

R = 50.64%
G = 18.67%
B = 30.69%

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

#C64978 (or 0xC64978) is known color: Royal Heath. HEX triplet: C6, 49 and 78. RGB value is (198,73,120). Sum of RGB (Red+Green+Blue) = 198+73+120=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 120 (47.27% from 255 or 30.69% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C64978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64978 is #39B687. Grayscale: #737373. Windows color (decimal): -3782280 or 7883206. OLE color: 7883206.

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

Color convert

RGB 198 73 120 -
CMYK 0 0.63 0.39 0.22
HSL 337.44º 0.52% 0.53% -
HSV(B) 337.44º 0.63% 0.78% -
XYZ 29.06 18.13 19.74 -
YUV 115.73 130.41 186.68 -
System Red Green Blue C M Y K H S L
Decimal 198 73 120 0 0.63 0.39 0.22 337.44 0.52 0.53
Hex C6 49 78 0 3F 27 16 151 34 35
Octal 306 111 170 0 77 47 26 521 64 65
Binary 11000110 1001001 1111000 0 111111 100111 10110 101010001 110100 110101

Color Harmonies of #C64978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64978

Black with #C64978

Text Example


Text Example

White with #C64978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64978; }

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

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

background-color css

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

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

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

border-color css

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

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

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