#C83E71

Color #C83E71 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #C83E71

Tints of Royal Heath #C83E71

Color information

#C83E71 (or 0xC83E71) is unknown color: approx Royal Heath. HEX triplet: C8, 3E and 71. RGB value is (200,62,113). Sum of RGB (Red+Green+Blue) = 200+62+113=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 62 (24.61% from 255 or 16.53% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C83E71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83E71 is #37C18E. Grayscale: #6D6D6D. Windows color (decimal): -3654031 or 7421640. OLE color: 7421640.

HSL color Cylindrical-coordinate representation of color #C83E71: hue angle of 337.83º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83E71 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB20062113-
CMYK00.690.440.22
HSL337.83º55.65%51.37%-
HSV(B)337.83º69%78.43%-
XYZ28.5216.9217.38-
YUV109.08130.22192.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.33%
GREEN value IS 62 (24.61% from 255) = 16.53%
BLUE value IS 113 (44.53% from 255) = 30.13%
R=53.33%
G=16.53%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006211300.690.440.22337.8355.6551.37
HexC83E710452C161523833
Octal31076161010554265227063
Binary1100100011111011100010100010110110010110101010010111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83E71; }

 p { color: rgb(200,62,113); }

 H1.HeaderClassName
 {
   color: #C83E71;
 }
 .AnyTagClassName
 {
   color: #C83E71;
 }
</style>
background-color css

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

 a { background-color: rgb(200,62,113); }

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

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

 span { border-color: rgb(200,62,113); }

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