#C36071

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

Shades of Cabaret #C36071

Tints of Cabaret #C36071

Color information

#C36071 (or 0xC36071) is unknown color: approx Cabaret. HEX triplet: C3, 60 and 71. RGB value is (195,96,113). Sum of RGB (Red+Green+Blue) = 195+96+113=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C36071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36071 is #3C9F8E. Grayscale: #7F7F7F. Windows color (decimal): -3973007 or 7430339. OLE color: 7430339.

HSL color Cylindrical-coordinate representation of color #C36071: hue angle of 349.7º 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 #C36071 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB19596113-
CMYK00.510.420.24
HSL349.7º45.21%57.06%-
HSV(B)349.7º50.77%76.47%-
XYZ29.6721.1618.14-
YUV127.54119.8176.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.27%
GREEN value IS 96 (37.89% from 255) = 23.76%
BLUE value IS 113 (44.53% from 255) = 27.97%
R=48.27%
G=23.76%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959611300.510.420.24349.745.2157.06
HexC360710332A1815e2d39
Octal30314016106352305365571
Binary1100001111000001110001011001110101011000101011110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36071; }

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

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

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

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

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

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

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

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