Html Css Color HEX #C64876 Royal Heath

📋 copy color: '#C64876'

red 198 ◦ green 72 ◦ blue 118

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

Shades of Royal Heath #C64876

Tints of Royal Heath #C64876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.41%

R = 51.03%
G = 18.56%
B = 30.41%

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

#C64876 (or 0xC64876) is known color: Royal Heath. HEX triplet: C6, 48 and 76. RGB value is (198,72,118). Sum of RGB (Red+Green+Blue) = 198+72+118=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C64876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64876 is #39B789. Grayscale: #727272. Windows color (decimal): -3782538 or 7751878. OLE color: 7751878.

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

Color convert

RGB 198 72 118 -
CMYK 0 0.64 0.40 0.22
HSL 338.1º 0.53% 0.53% -
HSV(B) 338.1º 0.64% 0.78% -
XYZ 28.88 17.95 19.08 -
YUV 114.92 129.74 187.26 -
System Red Green Blue C M Y K H S L
Decimal 198 72 118 0 0.64 0.40 0.22 338.1 0.53 0.53
Hex C6 48 76 0 40 28 16 152 34 35
Octal 306 110 166 0 100 50 26 522 64 65
Binary 11000110 1001000 1110110 0 1000000 101000 10110 101010010 110100 110101

Color Harmonies of #C64876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64876

Black with #C64876

Text Example


Text Example

White with #C64876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64876; }

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

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

background-color css

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

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

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

border-color css

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

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

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