#CE6376

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

Shades of Cabaret #CE6376

Tints of Cabaret #CE6376

Color information

#CE6376 (or 0xCE6376) is unknown color: approx Cabaret. HEX triplet: CE, 63 and 76. RGB value is (206,99,118). Sum of RGB (Red+Green+Blue) = 206+99+118=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6376 is #319C89. Grayscale: #858585. Windows color (decimal): -3251338 or 7758798. OLE color: 7758798.

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

Color convert

RGB20699118-
CMYK00.520.430.19
HSL349.35º52.2%59.8%-
HSV(B)349.35º51.94%80.78%-
XYZ33.1923.3519.9-
YUV133.16119.45179.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.70%
GREEN value IS 99 (39.06% from 255) = 23.40%
BLUE value IS 118 (46.48% from 255) = 27.90%
R=48.70%
G=23.40%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069911800.520.430.19349.3552.259.8
HexCE63760342B1315d343c
Octal31614316606453235356474
Binary1100111011000111110110011010010101110011101011101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6376; }

 p { color: rgb(206,99,118); }

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

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

 a { background-color: rgb(206,99,118); }

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

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

 span { border-color: rgb(206,99,118); }

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