#CE5E69

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

Shades of Cabaret #CE5E69

Tints of Cabaret #CE5E69

Color information

#CE5E69 (or 0xCE5E69) is unknown color: approx Cabaret. HEX triplet: CE, 5E and 69. RGB value is (206,94,105). Sum of RGB (Red+Green+Blue) = 206+94+105=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 105 (41.41% from 255 or 25.93% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5E69 is #31A196. Grayscale: #808080. Windows color (decimal): -3252631 or 6905550. OLE color: 6905550.

HSL color Cylindrical-coordinate representation of color #CE5E69: hue angle of 354.11º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE5E69 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB20694105-
CMYK00.540.490.19
HSL354.11º53.33%58.82%-
HSV(B)354.11º54.37%80.78%-
XYZ32.0122.1515.95-
YUV128.74114.61183.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.86%
GREEN value IS 94 (37.11% from 255) = 23.21%
BLUE value IS 105 (41.41% from 255) = 25.93%
R=50.86%
G=23.21%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069410500.540.490.19354.1153.3358.82
HexCE5E690363113162353b
Octal31613615106661235426573
Binary1100111010111101101001011011011000110011101100010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5E69; }

 p { color: rgb(206,94,105); }

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

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

 a { background-color: rgb(206,94,105); }

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

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

 span { border-color: rgb(206,94,105); }

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