#C2706A

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

Shades of Contessa #C2706A

Tints of Contessa #C2706A

Color information

#C2706A (or 0xC2706A) is unknown color: approx Contessa. HEX triplet: C2, 70 and 6A. RGB value is (194,112,106). Sum of RGB (Red+Green+Blue) = 194+112+106=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 106 (41.80% from 255 or 25.73% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C2706A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2706A is #3D8F95. Grayscale: #878787. Windows color (decimal): -4034454 or 6975682. OLE color: 6975682.

HSL color Cylindrical-coordinate representation of color #C2706A: hue angle of 4.09º 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 #C2706A is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB194112106-
CMYK00.420.450.24
HSL4.09º41.9%58.82%-
HSV(B)4.09º45.36%76.08%-
XYZ30.6424.116.67-
YUV135.83111.17169.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.09%
GREEN value IS 112 (44.14% from 255) = 27.18%
BLUE value IS 106 (41.80% from 255) = 25.73%
R=47.09%
G=27.18%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411210600.420.450.244.0941.958.82
HexC2706A02A2D1842a3b
Octal302160152052553045273
Binary1100001011100001101010010101010110111000100101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2706A; }

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

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

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

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

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

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

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

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