#C36576

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

Shades of Cabaret #C36576

Tints of Cabaret #C36576

Color information

#C36576 (or 0xC36576) is unknown color: approx Cabaret. HEX triplet: C3, 65 and 76. RGB value is (195,101,118). Sum of RGB (Red+Green+Blue) = 195+101+118=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C36576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36576 is #3C9A89. Grayscale: #838383. Windows color (decimal): -3971722 or 7759299. OLE color: 7759299.

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

Color convert

RGB195101118-
CMYK00.480.390.24
HSL349.15º43.93%58.04%-
HSV(B)349.15º48.21%76.47%-
XYZ30.4322.2219.82-
YUV131.04120.64173.62-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.10%
GREEN value IS 101 (39.84% from 255) = 24.40%
BLUE value IS 118 (46.48% from 255) = 28.50%
R=47.10%
G=24.40%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510111800.480.390.24349.1543.9358.04
HexC36576030271815d2c3a
Octal30314516606047305355472
Binary1100001111001011110110011000010011111000101011101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36576; }

 p { color: rgb(195,101,118); }

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

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

 a { background-color: rgb(195,101,118); }

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

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

 span { border-color: rgb(195,101,118); }

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