#C26E69

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

Shades of Contessa #C26E69

Tints of Contessa #C26E69

Color information

#C26E69 (or 0xC26E69) is unknown color: approx Contessa. HEX triplet: C2, 6E and 69. RGB value is (194,110,105). Sum of RGB (Red+Green+Blue) = 194+110+105=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26E69 is #3D9196. Grayscale: #868686. Windows color (decimal): -4034967 or 6909634. OLE color: 6909634.

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

Color convert

RGB194110105-
CMYK00.430.460.24
HSL3.37º42.18%58.63%-
HSV(B)3.37º45.88%76.08%-
XYZ30.3723.6416.33-
YUV134.55111.33170.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.43%
GREEN value IS 110 (43.36% from 255) = 26.89%
BLUE value IS 105 (41.41% from 255) = 25.67%
R=47.43%
G=26.89%
B=25.67%

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
Decimal19411010500.430.460.243.3742.1858.63
HexC26E6902B2E1832a3b
Octal302156151053563035273
Binary110000101101110110100101010111011101100011101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26E69; }

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

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

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

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

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

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

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

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