#C46775

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

Shades of Cabaret #C46775

Tints of Cabaret #C46775

Color information

#C46775 (or 0xC46775) is unknown color: approx Cabaret. HEX triplet: C4, 67 and 75. RGB value is (196,103,117). Sum of RGB (Red+Green+Blue) = 196+103+117=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C46775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46775 is #3B988A. Grayscale: #848484. Windows color (decimal): -3905675 or 7694276. OLE color: 7694276.

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

Color convert

RGB196103117-
CMYK00.470.400.23
HSL350.97º44.08%58.63%-
HSV(B)350.97º47.45%76.86%-
XYZ30.8322.7219.59-
YUV132.4119.31173.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.12%
GREEN value IS 103 (40.62% from 255) = 24.76%
BLUE value IS 117 (46.09% from 255) = 28.12%
R=47.12%
G=24.76%
B=28.12%

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
Decimal19610311700.470.400.23350.9744.0858.63
HexC4677502F281715f2c3b
Octal30414716505750275375473
Binary1100010011001111110101010111110100010111101011111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46775; }

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

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

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

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

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

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

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

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