#C2736A

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

Shades of Contessa #C2736A

Tints of Contessa #C2736A

Color information

#C2736A (or 0xC2736A) is unknown color: approx Contessa. HEX triplet: C2, 73 and 6A. RGB value is (194,115,106). Sum of RGB (Red+Green+Blue) = 194+115+106=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C2736A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2736A is #3D8C95. Grayscale: #898989. Windows color (decimal): -4033686 or 6976450. OLE color: 6976450.

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

Color convert

RGB194115106-
CMYK00.410.450.24
HSL6.14º41.9%58.82%-
HSV(B)6.14º45.36%76.08%-
XYZ30.9824.7716.78-
YUV137.6110.17168.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.75%
GREEN value IS 115 (45.31% from 255) = 27.71%
BLUE value IS 106 (41.80% from 255) = 25.54%
R=46.75%
G=27.71%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411510600.410.450.246.1441.958.82
HexC2736A0292D1862a3b
Octal302163152051553065273
Binary1100001011100111101010010100110110111000110101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2736A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2736A; }

 p { color: rgb(194,115,106); }

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

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

 a { background-color: rgb(194,115,106); }

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

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

 span { border-color: rgb(194,115,106); }

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