#C83D73

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

Shades of Royal Heath #C83D73

Tints of Royal Heath #C83D73

Color information

#C83D73 (or 0xC83D73) is unknown color: approx Royal Heath. HEX triplet: C8, 3D and 73. RGB value is (200,61,115). Sum of RGB (Red+Green+Blue) = 200+61+115=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C83D73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83D73 is #37C28C. Grayscale: #6C6C6C. Windows color (decimal): -3654285 or 7552456. OLE color: 7552456.

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

Color convert

RGB20061115-
CMYK00.690.420.22
HSL336.69º55.82%51.18%-
HSV(B)336.69º69.5%78.43%-
XYZ28.5816.8517.97-
YUV108.72131.55193.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.19%
GREEN value IS 61 (24.22% from 255) = 16.22%
BLUE value IS 115 (45.31% from 255) = 30.59%
R=53.19%
G=16.22%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006111500.690.420.22336.6955.8251.18
HexC83D730452A161513833
Octal31075163010552265217063
Binary1100100011110111100110100010110101010110101010001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83D73; }

 p { color: rgb(200,61,115); }

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

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

 a { background-color: rgb(200,61,115); }

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

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

 span { border-color: rgb(200,61,115); }

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