#CE3751

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

Shades of Old Rose #CE3751

Tints of Old Rose #CE3751

Color information

#CE3751 (or 0xCE3751) is unknown color: approx Old Rose. HEX triplet: CE, 37 and 51. RGB value is (206,55,81). Sum of RGB (Red+Green+Blue) = 206+55+81=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3751 is #31C8AE. Grayscale: #676767. Windows color (decimal): -3262639 or 5322702. OLE color: 5322702.

HSL color Cylindrical-coordinate representation of color #CE3751: hue angle of 349.67º degrees, saturation: 0.61, 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 #CE3751 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB2065581-
CMYK00.730.610.19
HSL349.67º60.64%51.18%-
HSV(B)349.67º73.3%80.78%-
XYZ28.316.459.47-
YUV103.11115.53201.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 60.23%
GREEN value IS 55 (21.88% from 255) = 16.08%
BLUE value IS 81 (32.03% from 255) = 23.68%
R=60.23%
G=16.08%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206558100.730.610.19349.6760.6451.18
HexCE37510493D1315e3d33
Octal31667121011175235367563
Binary1100111011011110100010100100111110110011101011110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3751; }

 p { color: rgb(206,55,81); }

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

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

 a { background-color: rgb(206,55,81); }

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

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

 span { border-color: rgb(206,55,81); }

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