#CE2856

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

Shades of Old Rose #CE2856

Tints of Old Rose #CE2856

Color information

#CE2856 (or 0xCE2856) is unknown color: approx Old Rose. HEX triplet: CE, 28 and 56. RGB value is (206,40,86). Sum of RGB (Red+Green+Blue) = 206+40+86=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2856 is #31D7A9. Grayscale: #5E5E5E. Windows color (decimal): -3266474 or 5646542. OLE color: 5646542.

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

Color convert

RGB2064086-
CMYK00.810.580.19
HSL343.37º67.48%48.24%-
HSV(B)343.37º80.58%80.78%-
XYZ27.8915.3110.29-
YUV94.88123207.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 62.05%
GREEN value IS 40 (16.02% from 255) = 12.05%
BLUE value IS 86 (33.98% from 255) = 25.90%
R=62.05%
G=12.05%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206408600.810.580.19343.3767.4848.24
HexCE28560513A131574330
Octal316501260121722352710360
Binary11001110101000101011001010001111010100111010101111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2856; }

 p { color: rgb(206,40,86); }

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

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

 a { background-color: rgb(206,40,86); }

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

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

 span { border-color: rgb(206,40,86); }

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