Html Css Color HEX #C64877 Royal Heath

📋 copy color: '#C64877'

red 198 ◦ green 72 ◦ blue 119

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

Shades of Royal Heath #C64877

Tints of Royal Heath #C64877

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.51%

 BLUE value IS 119 (46.88% from 255) = 30.59%

R = 50.9%
G = 18.51%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C64877 (or 0xC64877) is known color: Royal Heath. HEX triplet: C6, 48 and 77. RGB value is (198,72,119). Sum of RGB (Red+Green+Blue) = 198+72+119=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C64877 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64877 is #39B788. Grayscale: #727272. Windows color (decimal): -3782537 or 7817414. OLE color: 7817414.

HSL color Cylindrical-coordinate representation of color #C64877: hue angle of 337.62º degrees, saturation: 0.52, 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 #C64877 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 72 119 -
CMYK 0 0.64 0.40 0.22
HSL 337.62º 0.53% 0.53% -
HSV(B) 337.62º 0.64% 0.78% -
XYZ 28.94 17.97 19.4 -
YUV 115.03 130.24 187.18 -
System Red Green Blue C M Y K H S L
Decimal 198 72 119 0 0.64 0.40 0.22 337.62 0.53 0.53
Hex C6 48 77 0 40 28 16 152 34 35
Octal 306 110 167 0 100 50 26 522 64 65
Binary 11000110 1001000 1110111 0 1000000 101000 10110 101010010 110100 110101

Color Harmonies of #C64877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64877

Black with #C64877

Text Example


Text Example

White with #C64877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64877; }

 p { color: rgb(198,72,119); }

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

background-color css

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

 a { background-color: rgb(198,72,119); }

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

border-color css

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

 span { border-color: rgb(198,72,119); }

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