Html Css Color HEX #C64579 Royal Heath

📋 copy color: '#C64579'

red 198 ◦ green 69 ◦ blue 121

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

Shades of Royal Heath #C64579

Tints of Royal Heath #C64579

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.78%

 BLUE value IS 121 (47.66% from 255) = 31.19%

R = 51.03%
G = 17.78%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C64579 (or 0xC64579) is known color: Royal Heath. HEX triplet: C6, 45 and 79. RGB value is (198,69,121). Sum of RGB (Red+Green+Blue) = 198+69+121=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 69 (27.34% from 255 or 17.78% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C64579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64579 is #39BA86. Grayscale: #717171. Windows color (decimal): -3783303 or 7947718. OLE color: 7947718.

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

Color convert

RGB 198 69 121 -
CMYK 0 0.65 0.39 0.22
HSL 335.81º 0.53% 0.52% -
HSV(B) 335.81º 0.65% 0.78% -
XYZ 28.87 17.64 19.97 -
YUV 113.5 132.24 188.27 -
System Red Green Blue C M Y K H S L
Decimal 198 69 121 0 0.65 0.39 0.22 335.81 0.53 0.52
Hex C6 45 79 0 41 27 16 150 35 34
Octal 306 105 171 0 101 47 26 520 65 64
Binary 11000110 1000101 1111001 0 1000001 100111 10110 101010000 110101 110100

Color Harmonies of #C64579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64579

Black with #C64579

Text Example


Text Example

White with #C64579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64579; }

 p { color: rgb(198,69,121); }

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

background-color css

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

 a { background-color: rgb(198,69,121); }

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

border-color css

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

 span { border-color: rgb(198,69,121); }

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