#C16774

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

Shades of Cabaret #C16774

Tints of Cabaret #C16774

Color information

#C16774 (or 0xC16774) is unknown color: approx Cabaret. HEX triplet: C1, 67 and 74. RGB value is (193,103,116). Sum of RGB (Red+Green+Blue) = 193+103+116=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C16774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16774 is #3E988B. Grayscale: #838383. Windows color (decimal): -4102284 or 7628737. OLE color: 7628737.

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

Color convert

RGB193103116-
CMYK00.470.400.24
HSL351.33º42.06%58.04%-
HSV(B)351.33º46.63%75.69%-
XYZ29.9922.319.25-
YUV131.39119.32171.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.84%
GREEN value IS 103 (40.62% from 255) = 25%
BLUE value IS 116 (45.70% from 255) = 28.16%
R=46.84%
G=25%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310311600.470.400.24351.3342.0658.04
HexC1677402F281815f2a3a
Octal30114716405750305375272
Binary1100000111001111110100010111110100011000101011111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16774; }

 p { color: rgb(193,103,116); }

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

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

 a { background-color: rgb(193,103,116); }

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

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

 span { border-color: rgb(193,103,116); }

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