#C2726D

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

Shades of Contessa #C2726D

Tints of Contessa #C2726D

Color information

#C2726D (or 0xC2726D) is unknown color: approx Contessa. HEX triplet: C2, 72 and 6D. RGB value is (194,114,109). Sum of RGB (Red+Green+Blue) = 194+114+109=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C2726D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2726D is #3D8D92. Grayscale: #898989. Windows color (decimal): -4033939 or 7172802. OLE color: 7172802.

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

Color convert

RGB194114109-
CMYK00.410.440.24
HSL3.53º41.06%59.41%-
HSV(B)3.53º43.81%76.08%-
XYZ31.0324.6117.58-
YUV137.35112168.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.52%
GREEN value IS 114 (44.92% from 255) = 27.34%
BLUE value IS 109 (42.97% from 255) = 26.14%
R=46.52%
G=27.34%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411410900.410.440.243.5341.0659.41
HexC2726D0292C184293b
Octal302162155051543045173
Binary1100001011100101101101010100110110011000100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2726D; }

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

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

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

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

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

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

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

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