#C83A56

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

Shades of Old Rose #C83A56

Tints of Old Rose #C83A56

Color information

#C83A56 (or 0xC83A56) is unknown color: approx Old Rose. HEX triplet: C8, 3A and 56. RGB value is (200,58,86). Sum of RGB (Red+Green+Blue) = 200+58+86=344 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.14% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 200 - color contains mainly: red. Hex color #C83A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83A56 is #37C5A9. Grayscale: #676767. Windows color (decimal): -3655082 or 5651144. OLE color: 5651144.

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

Color convert

RGB2005886-
CMYK00.710.570.22
HSL348.17º56.35%50.59%-
HSV(B)348.17º71%78.43%-
XYZ27.0115.9810.46-
YUV103.65118.04196.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 58.14%
GREEN value IS 58 (23.05% from 255) = 16.86%
BLUE value IS 86 (33.98% from 255) = 25%
R=58.14%
G=16.86%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200588600.710.570.22348.1756.3550.59
HexC83A56047391615c3833
Octal31072126010771265347063
Binary1100100011101010101100100011111100110110101011100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83A56; }

 p { color: rgb(200,58,86); }

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

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

 a { background-color: rgb(200,58,86); }

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

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

 span { border-color: rgb(200,58,86); }

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