Html Css Color HEX #C83872 Royal Heath

📋 copy color: '#C83872'

red 200 ◦ green 56 ◦ blue 114

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

Shades of Royal Heath #C83872

Tints of Royal Heath #C83872

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.14%

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

R = 54.05%
G = 15.14%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C83872 (or 0xC83872) is known color: Royal Heath. HEX triplet: C8, 38 and 72. RGB value is (200,56,114). Sum of RGB (Red+Green+Blue) = 200+56+114=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C83872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83872 is #37C78D. Grayscale: #696969. Windows color (decimal): -3655566 or 7485640. OLE color: 7485640.

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

Color convert

RGB 200 56 114 -
CMYK 0 0.72 0.43 0.22
HSL 335.83º 0.57% 0.5% -
HSV(B) 335.83º 0.72% 0.78% -
XYZ 28.27 16.32 17.58 -
YUV 105.67 132.71 195.28 -
System Red Green Blue C M Y K H S L
Decimal 200 56 114 0 0.72 0.43 0.22 335.83 0.57 0.5
Hex C8 38 72 0 48 2B 16 150 39 32
Octal 310 70 162 0 110 53 26 520 71 62
Binary 11001000 111000 1110010 0 1001000 101011 10110 101010000 111001 110010

Color Harmonies of #C83872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83872

Black with #C83872

Text Example


Text Example

White with #C83872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83872; }

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

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

background-color css

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

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

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

border-color css

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

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

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