#C16671

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

Shades of Cabaret #C16671

Tints of Cabaret #C16671

Color information

#C16671 (or 0xC16671) is unknown color: approx Cabaret. HEX triplet: C1, 66 and 71. RGB value is (193,102,113). Sum of RGB (Red+Green+Blue) = 193+102+113=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C16671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16671 is #3E998E. Grayscale: #828282. Windows color (decimal): -4102543 or 7431873. OLE color: 7431873.

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

Color convert

RGB193102113-
CMYK00.470.410.24
HSL352.75º42.33%57.84%-
HSV(B)352.75º47.15%75.69%-
XYZ29.7222.0318.31-
YUV130.46118.15172.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.30%
GREEN value IS 102 (40.23% from 255) = 25%
BLUE value IS 113 (44.53% from 255) = 27.70%
R=47.30%
G=25%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310211300.470.410.24352.7542.3357.84
HexC1667102F29181612a3a
Octal30114616105751305415272
Binary1100000111001101110001010111110100111000101100001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16671; }

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

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

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

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

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

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

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

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