#CE3852

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

Shades of Old Rose #CE3852

Tints of Old Rose #CE3852

Color information

#CE3852 (or 0xCE3852) is unknown color: approx Old Rose. HEX triplet: CE, 38 and 52. RGB value is (206,56,82). Sum of RGB (Red+Green+Blue) = 206+56+82=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3852 is #31C7AD. Grayscale: #676767. Windows color (decimal): -3262382 or 5388494. OLE color: 5388494.

HSL color Cylindrical-coordinate representation of color #CE3852: hue angle of 349.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 #CE3852 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB2065682-
CMYK00.730.600.19
HSL349.6º60.48%51.37%-
HSV(B)349.6º72.82%80.78%-
XYZ28.3916.569.68-
YUV103.81115.7200.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 59.88%
GREEN value IS 56 (22.27% from 255) = 16.28%
BLUE value IS 82 (32.42% from 255) = 23.84%
R=59.88%
G=16.28%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206568200.730.600.19349.660.4851.37
HexCE38520493C1315e3c33
Octal31670122011174235367463
Binary1100111011100010100100100100111110010011101011110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3852; }

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

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

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

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

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

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

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

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