#C26B69

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

Shades of Contessa #C26B69

Tints of Contessa #C26B69

Color information

#C26B69 (or 0xC26B69) is unknown color: approx Contessa. HEX triplet: C2, 6B and 69. RGB value is (194,107,105). Sum of RGB (Red+Green+Blue) = 194+107+105=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C26B69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26B69 is #3D9496. Grayscale: #848484. Windows color (decimal): -4035735 or 6908866. OLE color: 6908866.

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

Color convert

RGB194107105-
CMYK00.450.460.24
HSL1.35º42.18%58.63%-
HSV(B)1.35º45.88%76.08%-
XYZ30.062316.22-
YUV132.78112.32171.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.78%
GREEN value IS 107 (42.19% from 255) = 26.35%
BLUE value IS 105 (41.41% from 255) = 25.86%
R=47.78%
G=26.35%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410710500.450.460.241.3542.1858.63
HexC26B6902D2E1812a3b
Octal302153151055563015273
Binary11000010110101111010010101101101110110001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26B69; }

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

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

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

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

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

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

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

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