#C2756D

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

Shades of Contessa #C2756D

Tints of Contessa #C2756D

Color information

#C2756D (or 0xC2756D) is unknown color: approx Contessa. HEX triplet: C2, 75 and 6D. RGB value is (194,117,109). Sum of RGB (Red+Green+Blue) = 194+117+109=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C2756D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2756D is #3D8A92. Grayscale: #8B8B8B. Windows color (decimal): -4033171 or 7173570. OLE color: 7173570.

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

Color convert

RGB194117109-
CMYK00.400.440.24
HSL5.65º41.06%59.41%-
HSV(B)5.65º43.81%76.08%-
XYZ31.3725.317.7-
YUV139.11111.01167.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.19%
GREEN value IS 117 (46.09% from 255) = 27.86%
BLUE value IS 109 (42.97% from 255) = 25.95%
R=46.19%
G=27.86%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411710900.400.440.245.6541.0659.41
HexC2756D0282C186293b
Octal302165155050543065173
Binary1100001011101011101101010100010110011000110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2756D; }

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

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

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

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

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

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

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

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