#CE6771

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

Shades of Cabaret #CE6771

Tints of Cabaret #CE6771

Color information

#CE6771 (or 0xCE6771) is unknown color: approx Cabaret. HEX triplet: CE, 67 and 71. RGB value is (206,103,113). Sum of RGB (Red+Green+Blue) = 206+103+113=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6771 is #31988E. Grayscale: #878787. Windows color (decimal): -3250319 or 7432142. OLE color: 7432142.

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

Color convert

RGB206103113-
CMYK00.500.450.19
HSL354.17º51.24%60.59%-
HSV(B)354.17º50%80.78%-
XYZ33.2824.0118.5-
YUV134.94115.62178.69-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.82%
GREEN value IS 103 (40.62% from 255) = 24.41%
BLUE value IS 113 (44.53% from 255) = 26.78%
R=48.82%
G=24.41%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610311300.500.450.19354.1751.2460.59
HexCE67710322D13162333d
Octal31614716106255235426375
Binary1100111011001111110001011001010110110011101100010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6771; }

 p { color: rgb(206,103,113); }

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

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

 a { background-color: rgb(206,103,113); }

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

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

 span { border-color: rgb(206,103,113); }

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