#C82B5A

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

Shades of Old Rose #C82B5A

Tints of Old Rose #C82B5A

Color information

#C82B5A (or 0xC82B5A) is unknown color: approx Old Rose. HEX triplet: C8, 2B and 5A. RGB value is (200,43,90). Sum of RGB (Red+Green+Blue) = 200+43+90=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C82B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82B5A is #37D4A5. Grayscale: #5F5F5F. Windows color (decimal): -3658918 or 5909448. OLE color: 5909448.

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

Color convert

RGB2004390-
CMYK00.780.550.22
HSL342.04º64.61%47.65%-
HSV(B)342.04º78.5%78.43%-
XYZ26.5314.7511.12-
YUV95.3125.01202.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 60.06%
GREEN value IS 43 (17.19% from 255) = 12.91%
BLUE value IS 90 (35.55% from 255) = 27.03%
R=60.06%
G=12.91%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200439000.780.550.22342.0464.6147.65
HexC82B5A04E37161564130
Octal310531320116672652610160
Binary11001000101011101101001001110110111101101010101101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82B5A; }

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

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

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

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

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

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

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

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