Html Css Color HEX #C64672 Royal Heath

📋 copy color: '#C64672'

red 198 ◦ green 70 ◦ blue 114

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

Shades of Royal Heath #C64672

Tints of Royal Heath #C64672

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.32%

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

R = 51.83%
G = 18.32%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C64672 (or 0xC64672) is known color: Royal Heath. HEX triplet: C6, 46 and 72. RGB value is (198,70,114). Sum of RGB (Red+Green+Blue) = 198+70+114=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C64672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64672 is #39B98D. Grayscale: #717171. Windows color (decimal): -3783054 or 7489222. OLE color: 7489222.

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

Color convert

RGB 198 70 114 -
CMYK 0 0.65 0.42 0.22
HSL 339.38º 0.53% 0.53% -
HSV(B) 339.38º 0.65% 0.78% -
XYZ 28.52 17.6 17.81 -
YUV 113.29 128.41 188.42 -
System Red Green Blue C M Y K H S L
Decimal 198 70 114 0 0.65 0.42 0.22 339.38 0.53 0.53
Hex C6 46 72 0 41 2A 16 153 35 35
Octal 306 106 162 0 101 52 26 523 65 65
Binary 11000110 1000110 1110010 0 1000001 101010 10110 101010011 110101 110101

Color Harmonies of #C64672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64672

Black with #C64672

Text Example


Text Example

White with #C64672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64672; }

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

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

background-color css

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

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

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

border-color css

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

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

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