#C1696F

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

Shades of Cabaret #C1696F

Tints of Cabaret #C1696F

Color information

#C1696F (or 0xC1696F) is unknown color: approx Cabaret. HEX triplet: C1, 69 and 6F. RGB value is (193,105,111). Sum of RGB (Red+Green+Blue) = 193+105+111=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C1696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1696F is #3E9690. Grayscale: #848484. Windows color (decimal): -4101777 or 7301569. OLE color: 7301569.

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

Color convert

RGB193105111-
CMYK00.460.420.24
HSL355.91º41.51%58.43%-
HSV(B)355.91º45.6%75.69%-
XYZ29.9122.5917.82-
YUV132116.15171.51-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.19%
GREEN value IS 105 (41.41% from 255) = 25.67%
BLUE value IS 111 (43.75% from 255) = 27.14%
R=47.19%
G=25.67%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310511100.460.420.24355.9141.5158.43
HexC1696F02E2A181642a3a
Octal30115115705652305445272
Binary1100000111010011101111010111010101011000101100100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1696F; }

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

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

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

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

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

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

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

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