#C36B6C

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

Shades of Cabaret #C36B6C

Tints of Cabaret #C36B6C

Color information

#C36B6C (or 0xC36B6C) is unknown color: approx Cabaret. HEX triplet: C3, 6B and 6C. RGB value is (195,107,108). Sum of RGB (Red+Green+Blue) = 195+107+108=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C36B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36B6C is #3C9493. Grayscale: #858585. Windows color (decimal): -3970196 or 7105475. OLE color: 7105475.

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

Color convert

RGB195107108-
CMYK00.450.450.24
HSL359.32º42.31%59.22%-
HSV(B)359.32º45.13%76.47%-
XYZ30.4723.217.06-
YUV133.43113.65171.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.56%
GREEN value IS 107 (42.19% from 255) = 26.10%
BLUE value IS 108 (42.58% from 255) = 26.34%
R=47.56%
G=26.10%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510710800.450.450.24359.3242.3159.22
HexC36B6C02D2D181672a3b
Octal30315315405555305475273
Binary1100001111010111101100010110110110111000101100111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36B6C; }

 p { color: rgb(195,107,108); }

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

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

 a { background-color: rgb(195,107,108); }

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

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

 span { border-color: rgb(195,107,108); }

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