#C36A5F

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

Shades of Contessa #C36A5F

Tints of Contessa #C36A5F

Color information

#C36A5F (or 0xC36A5F) is unknown color: approx Contessa. HEX triplet: C3, 6A and 5F. RGB value is (195,106,95). Sum of RGB (Red+Green+Blue) = 195+106+95=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36A5F is #3C95A0. Grayscale: #838383. Windows color (decimal): -3970465 or 6253251. OLE color: 6253251.

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

Color convert

RGB19510695-
CMYK00.460.510.24
HSL6.6º45.45%56.86%-
HSV(B)6.6º51.28%76.47%-
XYZ29.7322.7413.65-
YUV131.36107.49173.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.24%
GREEN value IS 106 (41.80% from 255) = 26.77%
BLUE value IS 95 (37.5% from 255) = 23.99%
R=49.24%
G=26.77%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951069500.460.510.246.645.4556.86
HexC36A5F02E331872d39
Octal303152137056633075571
Binary1100001111010101011111010111011001111000111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36A5F; }

 p { color: rgb(195,106,95); }

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

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

 a { background-color: rgb(195,106,95); }

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

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

 span { border-color: rgb(195,106,95); }

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