#C3706E

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

Shades of Contessa #C3706E

Tints of Contessa #C3706E

Color information

#C3706E (or 0xC3706E) is unknown color: approx Contessa. HEX triplet: C3, 70 and 6E. RGB value is (195,112,110). Sum of RGB (Red+Green+Blue) = 195+112+110=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C3706E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3706E is #3C8F91. Grayscale: #888888. Windows color (decimal): -3968914 or 7237827. OLE color: 7237827.

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

Color convert

RGB195112110-
CMYK00.430.440.24
HSL1.41º41.46%59.8%-
HSV(B)1.41º43.59%76.47%-
XYZ31.1124.3217.81-
YUV136.59113169.66-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.76%
GREEN value IS 112 (44.14% from 255) = 26.86%
BLUE value IS 110 (43.36% from 255) = 26.38%
R=46.76%
G=26.86%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511211000.430.440.241.4141.4659.8
HexC3706E02B2C181293c
Octal303160156053543015174
Binary11000011111000011011100101011101100110001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3706E; }

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

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

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

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

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

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

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

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