#C2716D

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

Shades of Contessa #C2716D

Tints of Contessa #C2716D

Color information

#C2716D (or 0xC2716D) is unknown color: approx Contessa. HEX triplet: C2, 71 and 6D. RGB value is (194,113,109). Sum of RGB (Red+Green+Blue) = 194+113+109=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C2716D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2716D is #3D8E92. Grayscale: #888888. Windows color (decimal): -4034195 or 7172546. OLE color: 7172546.

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

Color convert

RGB194113109-
CMYK00.420.440.24
HSL2.82º41.06%59.41%-
HSV(B)2.82º43.81%76.08%-
XYZ30.9124.3817.55-
YUV136.76112.34168.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.63%
GREEN value IS 113 (44.53% from 255) = 27.16%
BLUE value IS 109 (42.97% from 255) = 26.20%
R=46.63%
G=27.16%
B=26.20%

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
Decimal19411310900.420.440.242.8241.0659.41
HexC2716D02A2C183293b
Octal302161155052543035173
Binary110000101110001110110101010101011001100011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2716D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2716D; }

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

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

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

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

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

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

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

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