#CE3857

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

Shades of Old Rose #CE3857

Tints of Old Rose #CE3857

Color information

#CE3857 (or 0xCE3857) is unknown color: approx Old Rose. HEX triplet: CE, 38 and 57. RGB value is (206,56,87). Sum of RGB (Red+Green+Blue) = 206+56+87=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 87 (34.38% from 255 or 24.93% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3857 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3857 is #31C7A8. Grayscale: #686868. Windows color (decimal): -3262377 or 5716174. OLE color: 5716174.

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

Color convert

RGB2065687-
CMYK00.730.580.19
HSL347.6º60.48%51.37%-
HSV(B)347.6º72.82%80.78%-
XYZ28.5916.6410.72-
YUV104.38118.2200.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 59.03%
GREEN value IS 56 (22.27% from 255) = 16.05%
BLUE value IS 87 (34.38% from 255) = 24.93%
R=59.03%
G=16.05%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206568700.730.580.19347.660.4851.37
HexCE38570493A1315c3c33
Octal31670127011172235347463
Binary1100111011100010101110100100111101010011101011100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3857; }

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

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

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

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

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

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

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

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