#C26760

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

Shades of Contessa #C26760

Tints of Contessa #C26760

Color information

#C26760 (or 0xC26760) is unknown color: approx Contessa. HEX triplet: C2, 67 and 60. RGB value is (194,103,96). Sum of RGB (Red+Green+Blue) = 194+103+96=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C26760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26760 is #3D989F. Grayscale: #818181. Windows color (decimal): -4036768 or 6318018. OLE color: 6318018.

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

Color convert

RGB19410396-
CMYK00.470.510.24
HSL4.29º44.55%56.86%-
HSV(B)4.29º50.52%76.08%-
XYZ29.2122.0113.78-
YUV129.41109.15174.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.36%
GREEN value IS 103 (40.62% from 255) = 26.21%
BLUE value IS 96 (37.89% from 255) = 24.43%
R=49.36%
G=26.21%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941039600.470.510.244.2944.5556.86
HexC2676002F331842d39
Octal302147140057633045571
Binary1100001011001111100000010111111001111000100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26760; }

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

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

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

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

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

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

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

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