#C36772

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

Shades of Cabaret #C36772

Tints of Cabaret #C36772

Color information

#C36772 (or 0xC36772) is unknown color: approx Cabaret. HEX triplet: C3, 67 and 72. RGB value is (195,103,114). Sum of RGB (Red+Green+Blue) = 195+103+114=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C36772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36772 is #3C988D. Grayscale: #838383. Windows color (decimal): -3971214 or 7497667. OLE color: 7497667.

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

Color convert

RGB195103114-
CMYK00.470.420.24
HSL352.83º43.4%58.43%-
HSV(B)352.83º47.18%76.47%-
XYZ30.3922.5218.66-
YUV131.76117.98173.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.33%
GREEN value IS 103 (40.62% from 255) = 25%
BLUE value IS 114 (44.92% from 255) = 27.67%
R=47.33%
G=25%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510311400.470.420.24352.8343.458.43
HexC3677202F2A181612b3a
Octal30314716205752305415372
Binary1100001111001111110010010111110101011000101100001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36772; }

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

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

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

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

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

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

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

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