#C3706B

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

Shades of Contessa #C3706B

Tints of Contessa #C3706B

Color information

#C3706B (or 0xC3706B) is unknown color: approx Contessa. HEX triplet: C3, 70 and 6B. RGB value is (195,112,107). Sum of RGB (Red+Green+Blue) = 195+112+107=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C3706B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3706B is #3C8F94. Grayscale: #888888. Windows color (decimal): -3968917 or 7041219. OLE color: 7041219.

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

Color convert

RGB195112107-
CMYK00.430.450.24
HSL3.41º42.31%59.22%-
HSV(B)3.41º45.13%76.47%-
XYZ30.9524.2516.96-
YUV136.25111.5169.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.10%
GREEN value IS 112 (44.14% from 255) = 27.05%
BLUE value IS 107 (42.19% from 255) = 25.85%
R=47.10%
G=27.05%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511210700.430.450.243.4142.3159.22
HexC3706B02B2D1832a3b
Octal303160153053553035273
Binary110000111110000110101101010111011011100011101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3706B; }

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

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

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

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

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

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

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

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