#C83B58

Color #C83B58 Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #C83B58

Tints of Old Rose #C83B58

Color information

#C83B58 (or 0xC83B58) is unknown color: approx Old Rose. HEX triplet: C8, 3B and 58. RGB value is (200,59,88). Sum of RGB (Red+Green+Blue) = 200+59+88=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 59 (23.44% from 255 or 17.00% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C83B58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83B58 is #37C4A7. Grayscale: #686868. Windows color (decimal): -3654824 or 5782472. OLE color: 5782472.

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

Color convert

RGB2005988-
CMYK00.700.560.22
HSL347.66º56.18%50.78%-
HSV(B)347.66º70.5%78.43%-
XYZ27.1416.1110.91-
YUV104.46118.71196.14-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 57.64%
GREEN value IS 59 (23.44% from 255) = 17.00%
BLUE value IS 88 (34.77% from 255) = 25.36%
R=57.64%
G=17.00%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200598800.700.560.22347.6656.1850.78
HexC83B58046381615c3833
Octal31073130010670265347063
Binary1100100011101110110000100011011100010110101011100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83B58; }

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

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

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

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

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

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

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

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