#CE3558

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

Shades of Old Rose #CE3558

Tints of Old Rose #CE3558

Color information

#CE3558 (or 0xCE3558) is unknown color: approx Old Rose. HEX triplet: CE, 35 and 58. RGB value is (206,53,88). Sum of RGB (Red+Green+Blue) = 206+53+88=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3558 is #31CAA7. Grayscale: #666666. Windows color (decimal): -3263144 or 5780942. OLE color: 5780942.

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

Color convert

RGB2065388-
CMYK00.740.570.19
HSL346.27º60.96%50.78%-
HSV(B)346.27º74.27%80.78%-
XYZ28.4916.3710.89-
YUV102.74119.69201.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 59.37%
GREEN value IS 53 (21.09% from 255) = 15.27%
BLUE value IS 88 (34.77% from 255) = 25.36%
R=59.37%
G=15.27%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206538800.740.570.19346.2760.9650.78
HexCE355804A391315a3d33
Octal31665130011271235327563
Binary1100111011010110110000100101011100110011101011010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3558; }

 p { color: rgb(206,53,88); }

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

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

 a { background-color: rgb(206,53,88); }

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

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

 span { border-color: rgb(206,53,88); }

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