#C36079

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

Shades of Cabaret #C36079

Tints of Cabaret #C36079

Color information

#C36079 (or 0xC36079) is unknown color: approx Cabaret. HEX triplet: C3, 60 and 79. RGB value is (195,96,121). Sum of RGB (Red+Green+Blue) = 195+96+121=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C36079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36079 is #3C9F86. Grayscale: #808080. Windows color (decimal): -3972999 or 7954627. OLE color: 7954627.

HSL color Cylindrical-coordinate representation of color #C36079: hue angle of 344.85º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C36079 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB19596121-
CMYK00.510.380.24
HSL344.85º45.21%57.06%-
HSV(B)344.85º50.77%76.47%-
XYZ30.1421.3520.62-
YUV128.45123.8175.47-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.33%
GREEN value IS 96 (37.89% from 255) = 23.30%
BLUE value IS 121 (47.66% from 255) = 29.37%
R=47.33%
G=23.30%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959612100.510.380.24344.8545.2157.06
HexC3607903326181592d39
Octal30314017106346305315571
Binary1100001111000001111001011001110011011000101011001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36079; }

 p { color: rgb(195,96,121); }

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

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

 a { background-color: rgb(195,96,121); }

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

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

 span { border-color: rgb(195,96,121); }

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