#CE606B

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

Shades of Cabaret #CE606B

Tints of Cabaret #CE606B

Color information

#CE606B (or 0xCE606B) is unknown color: approx Cabaret. HEX triplet: CE, 60 and 6B. RGB value is (206,96,107). Sum of RGB (Red+Green+Blue) = 206+96+107=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE606B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE606B is #319F94. Grayscale: #828282. Windows color (decimal): -3252117 or 7037134. OLE color: 7037134.

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

Color convert

RGB20696107-
CMYK00.530.480.19
HSL354º52.88%59.22%-
HSV(B)354º53.4%80.78%-
XYZ32.2922.5516.56-
YUV130.14114.94182.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.37%
GREEN value IS 96 (37.89% from 255) = 23.47%
BLUE value IS 107 (42.19% from 255) = 26.16%
R=50.37%
G=23.47%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069610700.530.480.1935452.8859.22
HexCE606B0353013162353b
Octal31614015306560235426573
Binary1100111011000001101011011010111000010011101100010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE606B; }

 p { color: rgb(206,96,107); }

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

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

 a { background-color: rgb(206,96,107); }

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

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

 span { border-color: rgb(206,96,107); }

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