#C81D50

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

Shades of Old Rose #C81D50

Tints of Old Rose #C81D50

Color information

#C81D50 (or 0xC81D50) is unknown color: approx Old Rose. HEX triplet: C8, 1D and 50. RGB value is (200,29,80). Sum of RGB (Red+Green+Blue) = 200+29+80=309 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.72% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 200 - color contains mainly: red. Hex color #C81D50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81D50 is #37E2AF. Grayscale: #555555. Windows color (decimal): -3662512 or 5250504. OLE color: 5250504.

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

Color convert

RGB2002980-
CMYK00.860.60.22
HSL342.11º74.67%44.9%-
HSV(B)342.11º85.5%78.43%-
XYZ25.7113.748.89-
YUV85.94124.65209.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 64.72%
GREEN value IS 29 (11.72% from 255) = 9.39%
BLUE value IS 80 (31.64% from 255) = 25.89%
R=64.72%
G=9.39%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.6
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200298000.860.60.22342.1174.6744.9
HexC81D500563C161564b2d
Octal310351200126742652611355
Binary1100100011101101000001010110111100101101010101101001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81D50; }

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

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

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

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

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

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

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

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