#C36775

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

Shades of Cabaret #C36775

Tints of Cabaret #C36775

Color information

#C36775 (or 0xC36775) is unknown color: approx Cabaret. HEX triplet: C3, 67 and 75. RGB value is (195,103,117). Sum of RGB (Red+Green+Blue) = 195+103+117=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C36775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36775 is #3C988A. Grayscale: #848484. Windows color (decimal): -3971211 or 7694275. OLE color: 7694275.

HSL color Cylindrical-coordinate representation of color #C36775: hue angle of 350.87º 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 #C36775 is Cyan = 0, Magento = 0.47, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB195103117-
CMYK00.470.40.24
HSL350.87º43.4%58.43%-
HSV(B)350.87º47.18%76.47%-
XYZ30.5722.5919.58-
YUV132.1119.48172.86-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.99%
GREEN value IS 103 (40.62% from 255) = 24.82%
BLUE value IS 117 (46.09% from 255) = 28.19%
R=46.99%
G=24.82%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510311700.470.40.24350.8743.458.43
HexC3677502F281815f2b3a
Octal30314716505750305375372
Binary1100001111001111110101010111110100011000101011111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36775; }

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

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

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

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

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

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

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

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