#C2726C

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

Shades of Contessa #C2726C

Tints of Contessa #C2726C

Color information

#C2726C (or 0xC2726C) is unknown color: approx Contessa. HEX triplet: C2, 72 and 6C. RGB value is (194,114,108). Sum of RGB (Red+Green+Blue) = 194+114+108=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C2726C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2726C is #3D8D93. Grayscale: #898989. Windows color (decimal): -4033940 or 7107266. OLE color: 7107266.

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

Color convert

RGB194114108-
CMYK00.410.440.24
HSL4.19º41.35%59.22%-
HSV(B)4.19º44.33%76.08%-
XYZ30.9724.5917.3-
YUV137.24111.5168.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.63%
GREEN value IS 114 (44.92% from 255) = 27.40%
BLUE value IS 108 (42.58% from 255) = 25.96%
R=46.63%
G=27.40%
B=25.96%

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
Decimal19411410800.410.440.244.1941.3559.22
HexC2726C0292C184293b
Octal302162154051543045173
Binary1100001011100101101100010100110110011000100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2726C; }

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

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

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

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

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

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

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

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