Html Css Color HEX #C84072 Royal Heath

📋 copy color: '#C84072'

red 200 ◦ green 64 ◦ blue 114

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

Shades of Royal Heath #C84072

Tints of Royal Heath #C84072

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.93%

 BLUE value IS 114 (44.92% from 255) = 30.16%

R = 52.91%
G = 16.93%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C84072 (or 0xC84072) is known color: Royal Heath. HEX triplet: C8, 40 and 72. RGB value is (200,64,114). Sum of RGB (Red+Green+Blue) = 200+64+114=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C84072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84072 is #37BF8D. Grayscale: #6E6E6E. Windows color (decimal): -3653518 or 7487688. OLE color: 7487688.

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

Color convert

RGB 200 64 114 -
CMYK 0 0.68 0.43 0.22
HSL 337.94º 0.55% 0.52% -
HSV(B) 337.94º 0.68% 0.78% -
XYZ 28.69 17.16 17.72 -
YUV 110.36 130.06 191.93 -
System Red Green Blue C M Y K H S L
Decimal 200 64 114 0 0.68 0.43 0.22 337.94 0.55 0.52
Hex C8 40 72 0 44 2B 16 152 37 34
Octal 310 100 162 0 104 53 26 522 67 64
Binary 11001000 1000000 1110010 0 1000100 101011 10110 101010010 110111 110100

Color Harmonies of #C84072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84072

Black with #C84072

Text Example


Text Example

White with #C84072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84072; }

 p { color: rgb(200,64,114); }

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

background-color css

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

 a { background-color: rgb(200,64,114); }

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

border-color css

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

 span { border-color: rgb(200,64,114); }

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