#C1666C

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

Shades of Cabaret #C1666C

Tints of Cabaret #C1666C

Color information

#C1666C (or 0xC1666C) is unknown color: approx Cabaret. HEX triplet: C1, 66 and 6C. RGB value is (193,102,108). Sum of RGB (Red+Green+Blue) = 193+102+108=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C1666C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1666C is #3E9993. Grayscale: #818181. Windows color (decimal): -4102548 or 7104193. OLE color: 7104193.

HSL color Cylindrical-coordinate representation of color #C1666C: hue angle of 356.04º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C1666C is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB193102108-
CMYK00.470.440.24
HSL356.04º42.33%57.84%-
HSV(B)356.04º47.15%75.69%-
XYZ29.4521.9216.87-
YUV129.89115.65173.01-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.89%
GREEN value IS 102 (40.23% from 255) = 25.31%
BLUE value IS 108 (42.58% from 255) = 26.80%
R=47.89%
G=25.31%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310210800.470.440.24356.0442.3357.84
HexC1666C02F2C181642a3a
Octal30114615405754305445272
Binary1100000111001101101100010111110110011000101100100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1666C; }

 p { color: rgb(193,102,108); }

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

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

 a { background-color: rgb(193,102,108); }

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

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

 span { border-color: rgb(193,102,108); }

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