Html Css Color HEX #C64873 Royal Heath

📋 copy color: '#C64873'

red 198 ◦ green 72 ◦ blue 115

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

Shades of Royal Heath #C64873

Tints of Royal Heath #C64873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.87%

R = 51.43%
G = 18.7%
B = 29.87%

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

#C64873 (or 0xC64873) is known color: Royal Heath. HEX triplet: C6, 48 and 73. RGB value is (198,72,115). Sum of RGB (Red+Green+Blue) = 198+72+115=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C64873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64873 is #39B78C. Grayscale: #727272. Windows color (decimal): -3782541 or 7555270. OLE color: 7555270.

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

Color convert

RGB 198 72 115 -
CMYK 0 0.64 0.42 0.22
HSL 339.52º 0.53% 0.53% -
HSV(B) 339.52º 0.64% 0.78% -
XYZ 28.7 17.88 18.16 -
YUV 114.58 128.24 187.5 -
System Red Green Blue C M Y K H S L
Decimal 198 72 115 0 0.64 0.42 0.22 339.52 0.53 0.53
Hex C6 48 73 0 40 2A 16 154 34 35
Octal 306 110 163 0 100 52 26 524 64 65
Binary 11000110 1001000 1110011 0 1000000 101010 10110 101010100 110100 110101

Color Harmonies of #C64873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64873

Black with #C64873

Text Example


Text Example

White with #C64873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64873; }

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

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

background-color css

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

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

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

border-color css

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

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

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