#C36D65

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

Shades of Contessa #C36D65

Tints of Contessa #C36D65

Color information

#C36D65 (or 0xC36D65) is unknown color: approx Contessa. HEX triplet: C3, 6D and 65. RGB value is (195,109,101). Sum of RGB (Red+Green+Blue) = 195+109+101=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36D65 is #3C929A. Grayscale: #858585. Windows color (decimal): -3969691 or 6647235. OLE color: 6647235.

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

Color convert

RGB195109101-
CMYK00.440.480.24
HSL5.11º43.93%58.04%-
HSV(B)5.11º48.21%76.47%-
XYZ30.3223.4815.25-
YUV133.8109.49171.65-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.15%
GREEN value IS 109 (42.97% from 255) = 26.91%
BLUE value IS 101 (39.84% from 255) = 24.94%
R=48.15%
G=26.91%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510910100.440.480.245.1143.9358.04
HexC36D6502C301852c3a
Octal303155145054603055472
Binary1100001111011011100101010110011000011000101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36D65; }

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

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

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

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

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

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

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

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