#C46576

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

Shades of Cabaret #C46576

Tints of Cabaret #C46576

Color information

#C46576 (or 0xC46576) is unknown color: approx Cabaret. HEX triplet: C4, 65 and 76. RGB value is (196,101,118). Sum of RGB (Red+Green+Blue) = 196+101+118=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C46576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46576 is #3B9A89. Grayscale: #838383. Windows color (decimal): -3906186 or 7759300. OLE color: 7759300.

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

Color convert

RGB196101118-
CMYK00.480.400.23
HSL349.26º44.6%58.24%-
HSV(B)349.26º48.47%76.86%-
XYZ30.6922.3519.84-
YUV131.34120.47174.12-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.23%
GREEN value IS 101 (39.84% from 255) = 24.34%
BLUE value IS 118 (46.48% from 255) = 28.43%
R=47.23%
G=24.34%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610111800.480.400.23349.2644.658.24
HexC46576030281715d2d3a
Octal30414516606050275355572
Binary1100010011001011110110011000010100010111101011101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46576; }

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

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

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

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

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

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

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

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