Html Css Color HEX #C64772 Royal Heath

📋 copy color: '#C64772'

red 198 ◦ green 71 ◦ blue 114

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

Shades of Royal Heath #C64772

Tints of Royal Heath #C64772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.77%

R = 51.7%
G = 18.54%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C64772 (or 0xC64772) is known color: Royal Heath. HEX triplet: C6, 47 and 72. RGB value is (198,71,114). Sum of RGB (Red+Green+Blue) = 198+71+114=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C64772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64772 is #39B88D. Grayscale: #717171. Windows color (decimal): -3782798 or 7489478. OLE color: 7489478.

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

Color convert

RGB 198 71 114 -
CMYK 0 0.64 0.42 0.22
HSL 339.69º 0.53% 0.53% -
HSV(B) 339.69º 0.64% 0.78% -
XYZ 28.58 17.73 17.83 -
YUV 113.88 128.08 188 -
System Red Green Blue C M Y K H S L
Decimal 198 71 114 0 0.64 0.42 0.22 339.69 0.53 0.53
Hex C6 47 72 0 40 2A 16 154 35 35
Octal 306 107 162 0 100 52 26 524 65 65
Binary 11000110 1000111 1110010 0 1000000 101010 10110 101010100 110101 110101

Color Harmonies of #C64772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64772

Black with #C64772

Text Example


Text Example

White with #C64772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64772; }

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

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

background-color css

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

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

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

border-color css

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

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

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