#CE556A

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

Shades of Cabaret #CE556A

Tints of Cabaret #CE556A

Color information

#CE556A (or 0xCE556A) is unknown color: approx Cabaret. HEX triplet: CE, 55 and 6A. RGB value is (206,85,106). Sum of RGB (Red+Green+Blue) = 206+85+106=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE556A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE556A is #31AA95. Grayscale: #7B7B7B. Windows color (decimal): -3254934 or 6968782. OLE color: 6968782.

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

Color convert

RGB20685106-
CMYK00.590.490.19
HSL349.59º55.25%57.06%-
HSV(B)349.59º58.74%80.78%-
XYZ31.320.6615.97-
YUV123.57118.09186.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.89%
GREEN value IS 85 (33.59% from 255) = 21.41%
BLUE value IS 106 (41.80% from 255) = 26.70%
R=51.89%
G=21.41%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2068510600.590.490.19349.5955.2557.06
HexCE556A03B311315e3739
Octal31612515207361235366771
Binary1100111010101011101010011101111000110011101011110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE556A; }

 p { color: rgb(206,85,106); }

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

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

 a { background-color: rgb(206,85,106); }

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

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

 span { border-color: rgb(206,85,106); }

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