#C26E68

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

Shades of Contessa #C26E68

Tints of Contessa #C26E68

Color information

#C26E68 (or 0xC26E68) is unknown color: approx Contessa. HEX triplet: C2, 6E and 68. RGB value is (194,110,104). Sum of RGB (Red+Green+Blue) = 194+110+104=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26E68 is #3D9197. Grayscale: #868686. Windows color (decimal): -4034968 or 6844098. OLE color: 6844098.

HSL color Cylindrical-coordinate representation of color #C26E68: hue angle of 4º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C26E68 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB194110104-
CMYK00.430.460.24
HSL42.45%58.43%-
HSV(B)46.39%76.08%-
XYZ30.3223.6216.06-
YUV134.43110.83170.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.55%
GREEN value IS 110 (43.36% from 255) = 26.96%
BLUE value IS 104 (41.02% from 255) = 25.49%
R=47.55%
G=26.96%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411010400.430.460.24442.4558.43
HexC26E6802B2E1842a3a
Octal302156150053563045272
Binary1100001011011101101000010101110111011000100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26E68; }

 p { color: rgb(194,110,104); }

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

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

 a { background-color: rgb(194,110,104); }

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

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

 span { border-color: rgb(194,110,104); }

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