#CE656A

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

Shades of Cabaret #CE656A

Tints of Cabaret #CE656A

Color information

#CE656A (or 0xCE656A) is unknown color: approx Cabaret. HEX triplet: CE, 65 and 6A. RGB value is (206,101,106). Sum of RGB (Red+Green+Blue) = 206+101+106=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE656A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE656A is #319A95. Grayscale: #858585. Windows color (decimal): -3250838 or 6972878. OLE color: 6972878.

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

Color convert

RGB206101106-
CMYK00.510.490.19
HSL357.14º51.72%60.2%-
HSV(B)357.14º50.97%80.78%-
XYZ32.7123.4716.44-
YUV132.96112.79180.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.88%
GREEN value IS 101 (39.84% from 255) = 24.46%
BLUE value IS 106 (41.80% from 255) = 25.67%
R=49.88%
G=24.46%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610110600.510.490.19357.1451.7260.2
HexCE656A0333113165343c
Octal31614515206361235456474
Binary1100111011001011101010011001111000110011101100101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE656A; }

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

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

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

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

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

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

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

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