#CD3853

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

Shades of Old Rose #CD3853

Tints of Old Rose #CD3853

Color information

#CD3853 (or 0xCD3853) is unknown color: approx Old Rose. HEX triplet: CD, 38 and 53. RGB value is (205,56,83). Sum of RGB (Red+Green+Blue) = 205+56+83=344 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.59% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3853 is #32C7AC. Grayscale: #676767. Windows color (decimal): -3327917 or 5454029. OLE color: 5454029.

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

Color convert

RGB2055683-
CMYK00.730.600.20
HSL349.13º59.84%51.18%-
HSV(B)349.13º72.68%80.39%-
XYZ28.1516.439.87-
YUV103.63116.36200.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 59.59%
GREEN value IS 56 (22.27% from 255) = 16.28%
BLUE value IS 83 (32.81% from 255) = 24.13%
R=59.59%
G=16.28%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205568300.730.600.20349.1359.8451.18
HexCD38530493C1415d3c33
Octal31570123011174245357463
Binary1100110111100010100110100100111110010100101011101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3853; }

 p { color: rgb(205,56,83); }

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

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

 a { background-color: rgb(205,56,83); }

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

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

 span { border-color: rgb(205,56,83); }

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