#CE606C

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

Shades of Cabaret #CE606C

Tints of Cabaret #CE606C

Color information

#CE606C (or 0xCE606C) is unknown color: approx Cabaret. HEX triplet: CE, 60 and 6C. RGB value is (206,96,108). Sum of RGB (Red+Green+Blue) = 206+96+108=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE606C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE606C is #319F93. Grayscale: #828282. Windows color (decimal): -3252116 or 7102670. OLE color: 7102670.

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

Color convert

RGB20696108-
CMYK00.530.480.19
HSL353.45º52.88%59.22%-
HSV(B)353.45º53.4%80.78%-
XYZ32.3422.5716.84-
YUV130.26115.44182.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.24%
GREEN value IS 96 (37.89% from 255) = 23.41%
BLUE value IS 108 (42.58% from 255) = 26.34%
R=50.24%
G=23.41%
B=26.34%

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
Decimal2069610800.530.480.19353.4552.8859.22
HexCE606C0353013161353b
Octal31614015406560235416573
Binary1100111011000001101100011010111000010011101100001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE606C; }

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

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

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

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

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

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

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

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