#CE3351

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

Shades of Old Rose #CE3351

Tints of Old Rose #CE3351

Color information

#CE3351 (or 0xCE3351) is unknown color: approx Old Rose. HEX triplet: CE, 33 and 51. RGB value is (206,51,81). Sum of RGB (Red+Green+Blue) = 206+51+81=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3351 is #31CCAE. Grayscale: #646464. Windows color (decimal): -3263663 or 5321678. OLE color: 5321678.

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

Color convert

RGB2065181-
CMYK00.750.610.19
HSL348.39º61.26%50.39%-
HSV(B)348.39º75.24%80.78%-
XYZ28.1216.089.41-
YUV100.76116.85203.06-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 60.95%
GREEN value IS 51 (20.31% from 255) = 15.09%
BLUE value IS 81 (32.03% from 255) = 23.96%
R=60.95%
G=15.09%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206518100.750.610.19348.3961.2650.39
HexCE335104B3D1315c3d32
Octal31663121011375235347562
Binary1100111011001110100010100101111110110011101011100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3351; }

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

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

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

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

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

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

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

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