#CD3951

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

Shades of Old Rose #CD3951

Tints of Old Rose #CD3951

Color information

#CD3951 (or 0xCD3951) is unknown color: approx Old Rose. HEX triplet: CD, 39 and 51. RGB value is (205,57,81). Sum of RGB (Red+Green+Blue) = 205+57+81=343 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.77% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3951 is #32C6AE. Grayscale: #686868. Windows color (decimal): -3327663 or 5323213. OLE color: 5323213.

HSL color Cylindrical-coordinate representation of color #CD3951: hue angle of 350.27º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD3951 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB2055781-
CMYK00.720.600.20
HSL350.27º59.68%51.37%-
HSV(B)350.27º72.2%80.39%-
XYZ28.1316.59.49-
YUV103.99115.03200.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 59.77%
GREEN value IS 57 (22.66% from 255) = 16.62%
BLUE value IS 81 (32.03% from 255) = 23.62%
R=59.77%
G=16.62%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205578100.720.600.20350.2759.6851.37
HexCD39510483C1415e3c33
Octal31571121011074245367463
Binary1100110111100110100010100100011110010100101011110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3951; }

 p { color: rgb(205,57,81); }

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

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

 a { background-color: rgb(205,57,81); }

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

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

 span { border-color: rgb(205,57,81); }

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