#C82B50

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

Shades of Old Rose #C82B50

Tints of Old Rose #C82B50

Color information

#C82B50 (or 0xC82B50) is unknown color: approx Old Rose. HEX triplet: C8, 2B and 50. RGB value is (200,43,80). Sum of RGB (Red+Green+Blue) = 200+43+80=323 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.92% from 323); Green value is 43 (17.19% from 255 or 13.31% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 200 - color contains mainly: red. Hex color #C82B50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82B50 is #37D4AF. Grayscale: #5E5E5E. Windows color (decimal): -3658928 or 5254088. OLE color: 5254088.

HSL color Cylindrical-coordinate representation of color #C82B50: hue angle of 345.86º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C82B50 is Cyan = 0, Magento = 0.78, Yellow = 0.6 and Black (K on CMYK) = 0.22.

Color convert

RGB2004380-
CMYK00.780.60.22
HSL345.86º64.61%47.65%-
HSV(B)345.86º78.5%78.43%-
XYZ26.1314.599.03-
YUV94.16120.01203.49-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 61.92%
GREEN value IS 43 (17.19% from 255) = 13.31%
BLUE value IS 80 (31.64% from 255) = 24.77%
R=61.92%
G=13.31%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.6
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200438000.780.60.22345.8664.6147.65
HexC82B5004E3C1615a4130
Octal310531200116742653210160
Binary11001000101011101000001001110111100101101010110101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82B50; }

 p { color: rgb(200,43,80); }

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

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

 a { background-color: rgb(200,43,80); }

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

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

 span { border-color: rgb(200,43,80); }

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