#C2736B

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

Shades of Contessa #C2736B

Tints of Contessa #C2736B

Color information

#C2736B (or 0xC2736B) is unknown color: approx Contessa. HEX triplet: C2, 73 and 6B. RGB value is (194,115,107). Sum of RGB (Red+Green+Blue) = 194+115+107=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C2736B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2736B is #3D8C94. Grayscale: #898989. Windows color (decimal): -4033685 or 7041986. OLE color: 7041986.

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

Color convert

RGB194115107-
CMYK00.410.450.24
HSL5.52º41.63%59.02%-
HSV(B)5.52º44.85%76.08%-
XYZ31.0324.7917.06-
YUV137.71110.67168.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.63%
GREEN value IS 115 (45.31% from 255) = 27.64%
BLUE value IS 107 (42.19% from 255) = 25.72%
R=46.63%
G=27.64%
B=25.72%

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
Decimal19411510700.410.450.245.5241.6359.02
HexC2736B0292D1862a3b
Octal302163153051553065273
Binary1100001011100111101011010100110110111000110101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2736B; }

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

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

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

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

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

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

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

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