#C16472

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

Shades of Cabaret #C16472

Tints of Cabaret #C16472

Color information

#C16472 (or 0xC16472) is unknown color: approx Cabaret. HEX triplet: C1, 64 and 72. RGB value is (193,100,114). Sum of RGB (Red+Green+Blue) = 193+100+114=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C16472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16472 is #3E9B8D. Grayscale: #818181. Windows color (decimal): -4103054 or 7496897. OLE color: 7496897.

HSL color Cylindrical-coordinate representation of color #C16472: hue angle of 350.97º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C16472 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB193100114-
CMYK00.480.410.24
HSL350.97º42.86%57.45%-
HSV(B)350.97º48.19%75.69%-
XYZ29.5921.6718.54-
YUV129.4119.31173.36-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.42%
GREEN value IS 100 (39.45% from 255) = 24.57%
BLUE value IS 114 (44.92% from 255) = 28.01%
R=47.42%
G=24.57%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310011400.480.410.24350.9742.8657.45
HexC16472030291815f2b39
Octal30114416206051305375371
Binary1100000111001001110010011000010100111000101011111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16472; }

 p { color: rgb(193,100,114); }

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

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

 a { background-color: rgb(193,100,114); }

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

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

 span { border-color: rgb(193,100,114); }

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