#C82B4A

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

Shades of Old Rose #C82B4A

Tints of Old Rose #C82B4A

Color information

#C82B4A (or 0xC82B4A) is unknown color: approx Old Rose. HEX triplet: C8, 2B and 4A. RGB value is (200,43,74). Sum of RGB (Red+Green+Blue) = 200+43+74=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C82B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82B4A is #37D4B5. Grayscale: #5D5D5D. Windows color (decimal): -3658934 or 4860872. OLE color: 4860872.

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

Color convert

RGB2004374-
CMYK00.780.630.22
HSL348.15º64.61%47.65%-
HSV(B)348.15º78.5%78.43%-
XYZ25.9214.57.91-
YUV93.48117.01203.98-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 63.09%
GREEN value IS 43 (17.19% from 255) = 13.56%
BLUE value IS 74 (29.30% from 255) = 23.34%
R=63.09%
G=13.56%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200437400.780.630.22348.1564.6147.65
HexC82B4A04E3F1615c4130
Octal310531120116772653410160
Binary11001000101011100101001001110111111101101010111001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82B4A; }

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

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

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

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

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

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

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

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