Html Css Color HEX #C84272 Royal Heath

📋 copy color: '#C84272'

red 200 ◦ green 66 ◦ blue 114

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

Shades of Royal Heath #C84272

Tints of Royal Heath #C84272

RGB

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

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

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

R = 52.63%
G = 17.37%
B = 30%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C84272 (or 0xC84272) is known color: Royal Heath. HEX triplet: C8, 42 and 72. RGB value is (200,66,114). Sum of RGB (Red+Green+Blue) = 200+66+114=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C84272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84272 is #37BD8D. Grayscale: #6F6F6F. Windows color (decimal): -3653006 or 7488200. OLE color: 7488200.

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

Color convert

RGB 200 66 114 -
CMYK 0 0.67 0.43 0.22
HSL 338.51º 0.55% 0.52% -
HSV(B) 338.51º 0.67% 0.78% -
XYZ 28.8 17.39 17.76 -
YUV 111.54 129.39 191.1 -
System Red Green Blue C M Y K H S L
Decimal 200 66 114 0 0.67 0.43 0.22 338.51 0.55 0.52
Hex C8 42 72 0 43 2B 16 153 37 34
Octal 310 102 162 0 103 53 26 523 67 64
Binary 11001000 1000010 1110010 0 1000011 101011 10110 101010011 110111 110100

Color Harmonies of #C84272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84272

Black with #C84272

Text Example


Text Example

White with #C84272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84272; }

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

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

background-color css

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

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

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

border-color css

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

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

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