#C1666F

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

Shades of Cabaret #C1666F

Tints of Cabaret #C1666F

Color information

#C1666F (or 0xC1666F) is unknown color: approx Cabaret. HEX triplet: C1, 66 and 6F. RGB value is (193,102,111). Sum of RGB (Red+Green+Blue) = 193+102+111=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C1666F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1666F is #3E9990. Grayscale: #828282. Windows color (decimal): -4102545 or 7300801. OLE color: 7300801.

HSL color Cylindrical-coordinate representation of color #C1666F: hue angle of 354.07º 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 #C1666F is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB193102111-
CMYK00.470.420.24
HSL354.07º42.33%57.84%-
HSV(B)354.07º47.15%75.69%-
XYZ29.6121.9917.72-
YUV130.23117.15172.77-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.54%
GREEN value IS 102 (40.23% from 255) = 25.12%
BLUE value IS 111 (43.75% from 255) = 27.34%
R=47.54%
G=25.12%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310211100.470.420.24354.0742.3357.84
HexC1666F02F2A181622a3a
Octal30114615705752305425272
Binary1100000111001101101111010111110101011000101100010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1666F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1666F; }

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

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

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

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

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

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

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

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