#C16971

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

Shades of Cabaret #C16971

Tints of Cabaret #C16971

Color information

#C16971 (or 0xC16971) is unknown color: approx Cabaret. HEX triplet: C1, 69 and 71. RGB value is (193,105,113). Sum of RGB (Red+Green+Blue) = 193+105+113=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C16971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16971 is #3E968E. Grayscale: #848484. Windows color (decimal): -4101775 or 7432641. OLE color: 7432641.

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

Color convert

RGB193105113-
CMYK00.460.410.24
HSL354.55º41.51%58.43%-
HSV(B)354.55º45.6%75.69%-
XYZ30.0222.6318.41-
YUV132.22117.15171.35-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.96%
GREEN value IS 105 (41.41% from 255) = 25.55%
BLUE value IS 113 (44.53% from 255) = 27.49%
R=46.96%
G=25.55%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310511300.460.410.24354.5541.5158.43
HexC1697102E29181632a3a
Octal30115116105651305435272
Binary1100000111010011110001010111010100111000101100011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16971; }

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

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

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

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

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

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

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

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