#C1696C

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

Shades of Cabaret #C1696C

Tints of Cabaret #C1696C

Color information

#C1696C (or 0xC1696C) is unknown color: approx Cabaret. HEX triplet: C1, 69 and 6C. RGB value is (193,105,108). Sum of RGB (Red+Green+Blue) = 193+105+108=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C1696C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1696C is #3E9693. Grayscale: #838383. Windows color (decimal): -4101780 or 7104961. OLE color: 7104961.

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

Color convert

RGB193105108-
CMYK00.460.440.24
HSL357.95º41.51%58.43%-
HSV(B)357.95º45.6%75.69%-
XYZ29.7522.5216.97-
YUV131.65114.65171.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.54%
GREEN value IS 105 (41.41% from 255) = 25.86%
BLUE value IS 108 (42.58% from 255) = 26.60%
R=47.54%
G=25.86%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310510800.460.440.24357.9541.5158.43
HexC1696C02E2C181662a3a
Octal30115115405654305465272
Binary1100000111010011101100010111010110011000101100110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1696C; }

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

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

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

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

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

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

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

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