Html Css Color HEX #C84978 Royal Heath

📋 copy color: '#C84978'

red 200 ◦ green 73 ◦ blue 120

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

Shades of Royal Heath #C84978

Tints of Royal Heath #C84978

RGB

 RED value IS 200 (78.52% from 255) = 50.89%

 GREEN value IS 73 (28.91% from 255) = 18.58%

 BLUE value IS 120 (47.27% from 255) = 30.53%

R = 50.89%
G = 18.58%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.4

 K value IS 0.22

RGB Variations

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

Color information

#C84978 (or 0xC84978) is known color: Royal Heath. HEX triplet: C8, 49 and 78. RGB value is (200,73,120). Sum of RGB (Red+Green+Blue) = 200+73+120=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C84978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84978 is #37B687. Grayscale: #747474. Windows color (decimal): -3651208 or 7883208. OLE color: 7883208.

HSL color Cylindrical-coordinate representation of color #C84978: hue angle of 337.8º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84978 is Cyan = 0, Magento = 0.64, Yellow = 0.4 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 73 120 -
CMYK 0 0.64 0.4 0.22
HSL 337.8º 0.54% 0.54% -
HSV(B) 337.8º 0.64% 0.78% -
XYZ 29.59 18.4 19.76 -
YUV 116.33 130.08 187.68 -
System Red Green Blue C M Y K H S L
Decimal 200 73 120 0 0.64 0.4 0.22 337.8 0.54 0.54
Hex C8 49 78 0 40 28 16 152 36 36
Octal 310 111 170 0 100 50 26 522 66 66
Binary 11001000 1001001 1111000 0 1000000 101000 10110 101010010 110110 110110

Color Harmonies of #C84978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84978

Black with #C84978

Text Example


Text Example

White with #C84978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84978; }

 p { color: rgb(200,73,120); }

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

background-color css

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

 a { background-color: rgb(200,73,120); }

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

border-color css

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

 span { border-color: rgb(200,73,120); }

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