#C82B55

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

Shades of Old Rose #C82B55

Tints of Old Rose #C82B55

Color information

#C82B55 (or 0xC82B55) is unknown color: approx Old Rose. HEX triplet: C8, 2B and 55. RGB value is (200,43,85). Sum of RGB (Red+Green+Blue) = 200+43+85=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 43 (17.19% from 255 or 13.11% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C82B55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82B55 is #37D4AA. Grayscale: #5E5E5E. Windows color (decimal): -3658923 or 5581768. OLE color: 5581768.

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

Color convert

RGB2004385-
CMYK00.780.580.22
HSL343.95º64.61%47.65%-
HSV(B)343.95º78.5%78.43%-
XYZ26.3214.6610.04-
YUV94.73122.51203.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 60.98%
GREEN value IS 43 (17.19% from 255) = 13.11%
BLUE value IS 85 (33.59% from 255) = 25.91%
R=60.98%
G=13.11%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200438500.780.580.22343.9564.6147.65
HexC82B5504E3A161584130
Octal310531250116722653010160
Binary11001000101011101010101001110111010101101010110001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82B55; }

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

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

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

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

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

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

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

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