#CD3857

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

Shades of Old Rose #CD3857

Tints of Old Rose #CD3857

Color information

#CD3857 (or 0xCD3857) is unknown color: approx Old Rose. HEX triplet: CD, 38 and 57. RGB value is (205,56,87). Sum of RGB (Red+Green+Blue) = 205+56+87=348 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.91% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3857 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3857 is #32C7A8. Grayscale: #686868. Windows color (decimal): -3327913 or 5716173. OLE color: 5716173.

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

Color convert

RGB2055687-
CMYK00.730.580.20
HSL347.52º59.84%51.18%-
HSV(B)347.52º72.68%80.39%-
XYZ28.3116.510.71-
YUV104.08118.36199.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 58.91%
GREEN value IS 56 (22.27% from 255) = 16.09%
BLUE value IS 87 (34.38% from 255) = 25%
R=58.91%
G=16.09%
B=25%

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
Decimal205568700.730.580.20347.5259.8451.18
HexCD38570493A1415c3c33
Octal31570127011172245347463
Binary1100110111100010101110100100111101010100101011100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3857; }

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

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

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

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

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

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

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

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