#CD3856

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

Shades of Old Rose #CD3856

Tints of Old Rose #CD3856

Color information

#CD3856 (or 0xCD3856) is unknown color: approx Old Rose. HEX triplet: CD, 38 and 56. RGB value is (205,56,86). Sum of RGB (Red+Green+Blue) = 205+56+86=347 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.08% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3856 is #32C7A9. Grayscale: #686868. Windows color (decimal): -3327914 or 5650637. OLE color: 5650637.

HSL color Cylindrical-coordinate representation of color #CD3856: hue angle of 347.92º 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 #CD3856 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB2055686-
CMYK00.730.580.20
HSL347.92º59.84%51.18%-
HSV(B)347.92º72.68%80.39%-
XYZ28.2716.4810.49-
YUV103.97117.86200.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 59.08%
GREEN value IS 56 (22.27% from 255) = 16.14%
BLUE value IS 86 (33.98% from 255) = 24.78%
R=59.08%
G=16.14%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205568600.730.580.20347.9259.8451.18
HexCD38560493A1415c3c33
Octal31570126011172245347463
Binary1100110111100010101100100100111101010100101011100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3856; }

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

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

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

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

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

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

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

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