#C26D60

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

Shades of Contessa #C26D60

Tints of Contessa #C26D60

Color information

#C26D60 (or 0xC26D60) is unknown color: approx Contessa. HEX triplet: C2, 6D and 60. RGB value is (194,109,96). Sum of RGB (Red+Green+Blue) = 194+109+96=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C26D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26D60 is #3D929F. Grayscale: #858585. Windows color (decimal): -4035232 or 6319554. OLE color: 6319554.

HSL color Cylindrical-coordinate representation of color #C26D60: hue angle of 7.96º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C26D60 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB19410996-
CMYK00.440.510.24
HSL7.96º44.55%56.86%-
HSV(B)7.96º50.52%76.08%-
XYZ29.8323.2513.98-
YUV132.93107.16171.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.62%
GREEN value IS 109 (42.97% from 255) = 27.32%
BLUE value IS 96 (37.89% from 255) = 24.06%
R=48.62%
G=27.32%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941099600.440.510.247.9644.5556.86
HexC26D6002C331882d39
Octal3021551400546330105571
Binary11000010110110111000000101100110011110001000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26D60; }

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

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

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

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

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

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

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

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