#C2706D

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

Shades of Contessa #C2706D

Tints of Contessa #C2706D

Color information

#C2706D (or 0xC2706D) is unknown color: approx Contessa. HEX triplet: C2, 70 and 6D. RGB value is (194,112,109). Sum of RGB (Red+Green+Blue) = 194+112+109=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C2706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2706D is #3D8F92. Grayscale: #888888. Windows color (decimal): -4034451 or 7172290. OLE color: 7172290.

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

Color convert

RGB194112109-
CMYK00.420.440.24
HSL2.12º41.06%59.41%-
HSV(B)2.12º43.81%76.08%-
XYZ30.824.1617.51-
YUV136.18112.67169.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.75%
GREEN value IS 112 (44.14% from 255) = 26.99%
BLUE value IS 109 (42.97% from 255) = 26.27%
R=46.75%
G=26.99%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411210900.420.440.242.1241.0659.41
HexC2706D02A2C182293b
Octal302160155052543025173
Binary110000101110000110110101010101011001100010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2706D; }

 p { color: rgb(194,112,109); }

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

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

 a { background-color: rgb(194,112,109); }

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

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

 span { border-color: rgb(194,112,109); }

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