#CE5274

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

Shades of Cabaret #CE5274

Tints of Cabaret #CE5274

Color information

#CE5274 (or 0xCE5274) is unknown color: approx Cabaret. HEX triplet: CE, 52 and 74. RGB value is (206,82,116). Sum of RGB (Red+Green+Blue) = 206+82+116=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5274 is #31AD8B. Grayscale: #7A7A7A. Windows color (decimal): -3255692 or 7623374. OLE color: 7623374.

HSL color Cylindrical-coordinate representation of color #CE5274: hue angle of 343.55º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE5274 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB20682116-
CMYK00.600.440.19
HSL343.55º55.86%56.47%-
HSV(B)343.55º60.19%80.78%-
XYZ31.6220.4218.8-
YUV122.95124.08187.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.99%
GREEN value IS 82 (32.42% from 255) = 20.30%
BLUE value IS 116 (45.70% from 255) = 28.71%
R=50.99%
G=20.30%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2068211600.600.440.19343.5555.8656.47
HexCE527403C2C131583838
Octal31612216407454235307070
Binary1100111010100101110100011110010110010011101011000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5274; }

 p { color: rgb(206,82,116); }

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

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

 a { background-color: rgb(206,82,116); }

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

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

 span { border-color: rgb(206,82,116); }

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