#C2706B

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

Shades of Contessa #C2706B

Tints of Contessa #C2706B

Color information

#C2706B (or 0xC2706B) is unknown color: approx Contessa. HEX triplet: C2, 70 and 6B. RGB value is (194,112,107). Sum of RGB (Red+Green+Blue) = 194+112+107=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C2706B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2706B is #3D8F94. Grayscale: #888888. Windows color (decimal): -4034453 or 7041218. OLE color: 7041218.

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

Color convert

RGB194112107-
CMYK00.420.450.24
HSL3.45º41.63%59.02%-
HSV(B)3.45º44.85%76.08%-
XYZ30.724.1216.95-
YUV135.95111.67169.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.97%
GREEN value IS 112 (44.14% from 255) = 27.12%
BLUE value IS 107 (42.19% from 255) = 25.91%
R=46.97%
G=27.12%
B=25.91%

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
Decimal19411210700.420.450.243.4541.6359.02
HexC2706B02A2D1832a3b
Octal302160153052553035273
Binary110000101110000110101101010101011011100011101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2706B; }

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

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

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

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

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

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

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

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