Html Css Color HEX #C64879 Royal Heath

📋 copy color: '#C64879'

red 198 ◦ green 72 ◦ blue 121

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

Shades of Royal Heath #C64879

Tints of Royal Heath #C64879

RGB

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

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

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

R = 50.64%
G = 18.41%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C64879 (or 0xC64879) is known color: Royal Heath. HEX triplet: C6, 48 and 79. RGB value is (198,72,121). Sum of RGB (Red+Green+Blue) = 198+72+121=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C64879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64879 is #39B786. Grayscale: #737373. Windows color (decimal): -3782535 or 7948486. OLE color: 7948486.

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

Color convert

RGB 198 72 121 -
CMYK 0 0.64 0.39 0.22
HSL 336.67º 0.53% 0.53% -
HSV(B) 336.67º 0.64% 0.78% -
XYZ 29.06 18.02 20.04 -
YUV 115.26 131.24 187.02 -
System Red Green Blue C M Y K H S L
Decimal 198 72 121 0 0.64 0.39 0.22 336.67 0.53 0.53
Hex C6 48 79 0 40 27 16 151 34 35
Octal 306 110 171 0 100 47 26 521 64 65
Binary 11000110 1001000 1111001 0 1000000 100111 10110 101010001 110100 110101

Color Harmonies of #C64879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64879

Black with #C64879

Text Example


Text Example

White with #C64879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64879; }

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

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

background-color css

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

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

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

border-color css

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

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

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