#C83B73

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

Shades of Royal Heath #C83B73

Tints of Royal Heath #C83B73

Color information

#C83B73 (or 0xC83B73) is unknown color: approx Royal Heath. HEX triplet: C8, 3B and 73. RGB value is (200,59,115). Sum of RGB (Red+Green+Blue) = 200+59+115=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 59 (23.44% from 255 or 15.78% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C83B73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83B73 is #37C48C. Grayscale: #6B6B6B. Windows color (decimal): -3654797 or 7551944. OLE color: 7551944.

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

Color convert

RGB20059115-
CMYK00.700.420.22
HSL336.17º56.18%50.78%-
HSV(B)336.17º70.5%78.43%-
XYZ28.4816.6517.93-
YUV107.54132.21193.95-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.48%
GREEN value IS 59 (23.44% from 255) = 15.78%
BLUE value IS 115 (45.31% from 255) = 30.75%
R=53.48%
G=15.78%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2005911500.700.420.22336.1756.1850.78
HexC83B730462A161503833
Octal31073163010652265207063
Binary1100100011101111100110100011010101010110101010000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83B73; }

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

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

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

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

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

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

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

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