Html Css Color HEX #C84276 Royal Heath

📋 copy color: '#C84276'

red 200 ◦ green 66 ◦ blue 118

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

Shades of Royal Heath #C84276

Tints of Royal Heath #C84276

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.19%

 BLUE value IS 118 (46.48% from 255) = 30.73%

R = 52.08%
G = 17.19%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C84276 (or 0xC84276) is known color: Royal Heath. HEX triplet: C8, 42 and 76. RGB value is (200,66,118). Sum of RGB (Red+Green+Blue) = 200+66+118=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C84276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84276 is #37BD89. Grayscale: #6F6F6F. Windows color (decimal): -3653002 or 7750344. OLE color: 7750344.

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

Color convert

RGB 200 66 118 -
CMYK 0 0.67 0.41 0.22
HSL 336.72º 0.55% 0.52% -
HSV(B) 336.72º 0.67% 0.78% -
XYZ 29.04 17.48 18.98 -
YUV 111.99 131.39 190.77 -
System Red Green Blue C M Y K H S L
Decimal 200 66 118 0 0.67 0.41 0.22 336.72 0.55 0.52
Hex C8 42 76 0 43 29 16 151 37 34
Octal 310 102 166 0 103 51 26 521 67 64
Binary 11001000 1000010 1110110 0 1000011 101001 10110 101010001 110111 110100

Color Harmonies of #C84276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84276

Black with #C84276

Text Example


Text Example

White with #C84276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84276; }

 p { color: rgb(200,66,118); }

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

background-color css

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

 a { background-color: rgb(200,66,118); }

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

border-color css

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

 span { border-color: rgb(200,66,118); }

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