#C36379

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

Shades of Cabaret #C36379

Tints of Cabaret #C36379

Color information

#C36379 (or 0xC36379) is unknown color: approx Cabaret. HEX triplet: C3, 63 and 79. RGB value is (195,99,121). Sum of RGB (Red+Green+Blue) = 195+99+121=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 121 (47.66% from 255 or 29.16% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C36379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36379 is #3C9C86. Grayscale: #828282. Windows color (decimal): -3972231 or 7955395. OLE color: 7955395.

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

Color convert

RGB19599121-
CMYK00.490.380.24
HSL346.25º44.44%57.65%-
HSV(B)346.25º49.23%76.47%-
XYZ30.4221.9120.71-
YUV130.21122.8174.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.99%
GREEN value IS 99 (39.06% from 255) = 23.86%
BLUE value IS 121 (47.66% from 255) = 29.16%
R=46.99%
G=23.86%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959912100.490.380.24346.2544.4457.65
HexC36379031261815a2c3a
Octal30314317106146305325472
Binary1100001111000111111001011000110011011000101011010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36379; }

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

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

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

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

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

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

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

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