#C46075

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

Shades of Cabaret #C46075

Tints of Cabaret #C46075

Color information

#C46075 (or 0xC46075) is unknown color: approx Cabaret. HEX triplet: C4, 60 and 75. RGB value is (196,96,117). Sum of RGB (Red+Green+Blue) = 196+96+117=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C46075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46075 is #3B9F8A. Grayscale: #808080. Windows color (decimal): -3907467 or 7692484. OLE color: 7692484.

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

Color convert

RGB19696117-
CMYK00.510.400.23
HSL347.4º45.87%57.25%-
HSV(B)347.4º51.02%76.86%-
XYZ30.1621.3919.37-
YUV128.29121.63176.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.92%
GREEN value IS 96 (37.89% from 255) = 23.47%
BLUE value IS 117 (46.09% from 255) = 28.61%
R=47.92%
G=23.47%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969611700.510.400.23347.445.8757.25
HexC46075033281715b2e39
Octal30414016506350275335671
Binary1100010011000001110101011001110100010111101011011101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46075; }

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

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

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

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

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

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

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

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