Html Css Color HEX #C64778 Royal Heath

📋 copy color: '#C64778'

red 198 ◦ green 71 ◦ blue 120

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

Shades of Royal Heath #C64778

Tints of Royal Heath #C64778

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.25%

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

R = 50.9%
G = 18.25%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C64778 (or 0xC64778) is known color: Royal Heath. HEX triplet: C6, 47 and 78. RGB value is (198,71,120). Sum of RGB (Red+Green+Blue) = 198+71+120=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C64778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64778 is #39B887. Grayscale: #727272. Windows color (decimal): -3782792 or 7882694. OLE color: 7882694.

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

Color convert

RGB 198 71 120 -
CMYK 0 0.64 0.39 0.22
HSL 336.85º 0.53% 0.53% -
HSV(B) 336.85º 0.64% 0.78% -
XYZ 28.93 17.87 19.69 -
YUV 114.56 131.08 187.52 -
System Red Green Blue C M Y K H S L
Decimal 198 71 120 0 0.64 0.39 0.22 336.85 0.53 0.53
Hex C6 47 78 0 40 27 16 151 35 35
Octal 306 107 170 0 100 47 26 521 65 65
Binary 11000110 1000111 1111000 0 1000000 100111 10110 101010001 110101 110101

Color Harmonies of #C64778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64778

Black with #C64778

Text Example


Text Example

White with #C64778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64778; }

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

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

background-color css

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

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

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

border-color css

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

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

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