#CE666E

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

Shades of Cabaret #CE666E

Tints of Cabaret #CE666E

Color information

#CE666E (or 0xCE666E) is unknown color: approx Cabaret. HEX triplet: CE, 66 and 6E. RGB value is (206,102,110). Sum of RGB (Red+Green+Blue) = 206+102+110=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE666E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE666E is #319991. Grayscale: #868686. Windows color (decimal): -3250578 or 7235278. OLE color: 7235278.

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

Color convert

RGB206102110-
CMYK00.500.470.19
HSL355.38º51.49%60.39%-
HSV(B)355.38º50.49%80.78%-
XYZ33.0223.7517.6-
YUV134.01114.46179.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.28%
GREEN value IS 102 (40.23% from 255) = 24.40%
BLUE value IS 110 (43.36% from 255) = 26.32%
R=49.28%
G=24.40%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610211000.500.470.19355.3851.4960.39
HexCE666E0322F13163333c
Octal31614615606257235436374
Binary1100111011001101101110011001010111110011101100011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE666E; }

 p { color: rgb(206,102,110); }

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

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

 a { background-color: rgb(206,102,110); }

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

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

 span { border-color: rgb(206,102,110); }

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