#C82C50

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

Shades of Old Rose #C82C50

Tints of Old Rose #C82C50

Color information

#C82C50 (or 0xC82C50) is unknown color: approx Old Rose. HEX triplet: C8, 2C and 50. RGB value is (200,44,80). Sum of RGB (Red+Green+Blue) = 200+44+80=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 44 (17.58% from 255 or 13.58% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C82C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82C50 is #37D3AF. Grayscale: #5E5E5E. Windows color (decimal): -3658672 or 5254344. OLE color: 5254344.

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

Color convert

RGB2004480-
CMYK00.780.60.22
HSL346.15º63.93%47.84%-
HSV(B)346.15º78%78.43%-
XYZ26.1714.669.04-
YUV94.75119.68203.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 61.73%
GREEN value IS 44 (17.58% from 255) = 13.58%
BLUE value IS 80 (31.64% from 255) = 24.69%
R=61.73%
G=13.58%
B=24.69%

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
Decimal200448000.780.60.22346.1563.9347.84
HexC82C5004E3C1615a4030
Octal310541200116742653210060
Binary11001000101100101000001001110111100101101010110101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82C50; }

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

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

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

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

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

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

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

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