#CE526F

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

Shades of Cabaret #CE526F

Tints of Cabaret #CE526F

Color information

#CE526F (or 0xCE526F) is unknown color: approx Cabaret. HEX triplet: CE, 52 and 6F. RGB value is (206,82,111). Sum of RGB (Red+Green+Blue) = 206+82+111=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE526F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE526F is #31AD90. Grayscale: #7A7A7A. Windows color (decimal): -3255697 or 7295694. OLE color: 7295694.

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

Color convert

RGB20682111-
CMYK00.600.460.19
HSL345.97º55.86%56.47%-
HSV(B)345.97º60.19%80.78%-
XYZ31.3420.317.31-
YUV122.38121.58187.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.63%
GREEN value IS 82 (32.42% from 255) = 20.55%
BLUE value IS 111 (43.75% from 255) = 27.82%
R=51.63%
G=20.55%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2068211100.600.460.19345.9755.8656.47
HexCE526F03C2E1315a3838
Octal31612215707456235327070
Binary1100111010100101101111011110010111010011101011010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE526F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE526F; }

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

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

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

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

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

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

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

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