#CE3350

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

Shades of Old Rose #CE3350

Tints of Old Rose #CE3350

Color information

#CE3350 (or 0xCE3350) is unknown color: approx Old Rose. HEX triplet: CE, 33 and 50. RGB value is (206,51,80). Sum of RGB (Red+Green+Blue) = 206+51+80=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3350 is #31CCAF. Grayscale: #646464. Windows color (decimal): -3263664 or 5256142. OLE color: 5256142.

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

Color convert

RGB2065180-
CMYK00.750.610.19
HSL348.77º61.26%50.39%-
HSV(B)348.77º75.24%80.78%-
XYZ28.0916.079.21-
YUV100.65116.35203.14-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 61.13%
GREEN value IS 51 (20.31% from 255) = 15.13%
BLUE value IS 80 (31.64% from 255) = 23.74%
R=61.13%
G=15.13%
B=23.74%

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
Decimal206518000.750.610.19348.7761.2650.39
HexCE335004B3D1315d3d32
Octal31663120011375235357562
Binary1100111011001110100000100101111110110011101011101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3350; }

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

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

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

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

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

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

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

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