#C26A5E

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

Shades of Contessa #C26A5E

Tints of Contessa #C26A5E

Color information

#C26A5E (or 0xC26A5E) is unknown color: approx Contessa. HEX triplet: C2, 6A and 5E. RGB value is (194,106,94). Sum of RGB (Red+Green+Blue) = 194+106+94=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26A5E is #3D95A1. Grayscale: #838383. Windows color (decimal): -4036002 or 6187714. OLE color: 6187714.

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

Color convert

RGB19410694-
CMYK00.450.520.24
HSL7.2º45.05%56.47%-
HSV(B)7.2º51.55%76.08%-
XYZ29.4222.5913.4-
YUV130.94107.15172.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.24%
GREEN value IS 106 (41.80% from 255) = 26.90%
BLUE value IS 94 (37.11% from 255) = 23.86%
R=49.24%
G=26.90%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941069400.450.520.247.245.0556.47
HexC26A5E02D341872d38
Octal302152136055643075570
Binary1100001011010101011110010110111010011000111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26A5E; }

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

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

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

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

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

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

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

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