#C36C65

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

Shades of Contessa #C36C65

Tints of Contessa #C36C65

Color information

#C36C65 (or 0xC36C65) is unknown color: approx Contessa. HEX triplet: C3, 6C and 65. RGB value is (195,108,101). Sum of RGB (Red+Green+Blue) = 195+108+101=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36C65 is #3C939A. Grayscale: #858585. Windows color (decimal): -3969947 or 6646979. OLE color: 6646979.

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

Color convert

RGB195108101-
CMYK00.450.480.24
HSL4.47º43.93%58.04%-
HSV(B)4.47º48.21%76.47%-
XYZ30.2223.2715.21-
YUV133.22109.82172.07-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.27%
GREEN value IS 108 (42.58% from 255) = 26.73%
BLUE value IS 101 (39.84% from 255) = 25%
R=48.27%
G=26.73%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510810100.450.480.244.4743.9358.04
HexC36C6502D301842c3a
Octal303154145055603045472
Binary1100001111011001100101010110111000011000100101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36C65; }

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

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

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

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

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

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

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

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