#CD3553

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

Shades of Old Rose #CD3553

Tints of Old Rose #CD3553

Color information

#CD3553 (or 0xCD3553) is unknown color: approx Old Rose. HEX triplet: CD, 35 and 53. RGB value is (205,53,83). Sum of RGB (Red+Green+Blue) = 205+53+83=341 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.12% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3553 is #32CAAC. Grayscale: #656565. Windows color (decimal): -3328685 or 5453261. OLE color: 5453261.

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

Color convert

RGB2055383-
CMYK00.740.600.20
HSL348.16º60.32%50.59%-
HSV(B)348.16º74.15%80.39%-
XYZ28.0116.159.82-
YUV101.87117.36201.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 60.12%
GREEN value IS 53 (21.09% from 255) = 15.54%
BLUE value IS 83 (32.81% from 255) = 24.34%
R=60.12%
G=15.54%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205538300.740.600.20348.1660.3250.59
HexCD355304A3C1415c3c33
Octal31565123011274245347463
Binary1100110111010110100110100101011110010100101011100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3553; }

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

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

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

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

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

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

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

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