#C36A72

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

Shades of Cabaret #C36A72

Tints of Cabaret #C36A72

Color information

#C36A72 (or 0xC36A72) is unknown color: approx Cabaret. HEX triplet: C3, 6A and 72. RGB value is (195,106,114). Sum of RGB (Red+Green+Blue) = 195+106+114=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36A72 is #3C958D. Grayscale: #858585. Windows color (decimal): -3970446 or 7498435. OLE color: 7498435.

HSL color Cylindrical-coordinate representation of color #C36A72: hue angle of 354.61º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C36A72 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB195106114-
CMYK00.460.420.24
HSL354.61º42.58%59.02%-
HSV(B)354.61º45.64%76.47%-
XYZ30.723.1318.77-
YUV133.52116.99171.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.99%
GREEN value IS 106 (41.80% from 255) = 25.54%
BLUE value IS 114 (44.92% from 255) = 27.47%
R=46.99%
G=25.54%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510611400.460.420.24354.6142.5859.02
HexC36A7202E2A181632b3b
Octal30315216205652305435373
Binary1100001111010101110010010111010101011000101100011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36A72; }

 p { color: rgb(195,106,114); }

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

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

 a { background-color: rgb(195,106,114); }

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

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

 span { border-color: rgb(195,106,114); }

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