#C46776

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

Shades of Cabaret #C46776

Tints of Cabaret #C46776

Color information

#C46776 (or 0xC46776) is unknown color: approx Cabaret. HEX triplet: C4, 67 and 76. RGB value is (196,103,118). Sum of RGB (Red+Green+Blue) = 196+103+118=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C46776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46776 is #3B9889. Grayscale: #848484. Windows color (decimal): -3905674 or 7759812. OLE color: 7759812.

HSL color Cylindrical-coordinate representation of color #C46776: hue angle of 350.32º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C46776 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB196103118-
CMYK00.470.400.23
HSL350.32º44.08%58.63%-
HSV(B)350.32º47.45%76.86%-
XYZ30.8922.7419.9-
YUV132.52119.81173.28-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.00%
GREEN value IS 103 (40.62% from 255) = 24.70%
BLUE value IS 118 (46.48% from 255) = 28.30%
R=47.00%
G=24.70%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610311800.470.400.23350.3244.0858.63
HexC4677602F281715e2c3b
Octal30414716605750275365473
Binary1100010011001111110110010111110100010111101011110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46776; }

 p { color: rgb(196,103,118); }

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

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

 a { background-color: rgb(196,103,118); }

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

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

 span { border-color: rgb(196,103,118); }

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