#C3706F

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

Shades of Contessa #C3706F

Tints of Contessa #C3706F

Color information

#C3706F (or 0xC3706F) is unknown color: approx Contessa. HEX triplet: C3, 70 and 6F. RGB value is (195,112,111). Sum of RGB (Red+Green+Blue) = 195+112+111=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C3706F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3706F is #3C8F90. Grayscale: #888888. Windows color (decimal): -3968913 or 7303363. OLE color: 7303363.

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

Color convert

RGB195112111-
CMYK00.430.430.24
HSL0.71º41.18%60%-
HSV(B)0.71º43.08%76.47%-
XYZ31.1724.3418.09-
YUV136.7113.5169.58-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.65%
GREEN value IS 112 (44.14% from 255) = 26.79%
BLUE value IS 111 (43.75% from 255) = 26.56%
R=46.65%
G=26.79%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511211100.430.430.240.7141.1860
HexC3706F02B2B181293c
Octal303160157053533015174
Binary11000011111000011011110101011101011110001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3706F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3706F; }

 p { color: rgb(195,112,111); }

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

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

 a { background-color: rgb(195,112,111); }

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

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

 span { border-color: rgb(195,112,111); }

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