#C26B68

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

Shades of Contessa #C26B68

Tints of Contessa #C26B68

Color information

#C26B68 (or 0xC26B68) is unknown color: approx Contessa. HEX triplet: C2, 6B and 68. RGB value is (194,107,104). Sum of RGB (Red+Green+Blue) = 194+107+104=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C26B68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26B68 is #3D9497. Grayscale: #848484. Windows color (decimal): -4035736 or 6843330. OLE color: 6843330.

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

Color convert

RGB194107104-
CMYK00.450.460.24
HSL42.45%58.43%-
HSV(B)46.39%76.08%-
XYZ3022.9815.95-
YUV132.67111.82171.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.90%
GREEN value IS 107 (42.19% from 255) = 26.42%
BLUE value IS 104 (41.02% from 255) = 25.68%
R=47.90%
G=26.42%
B=25.68%

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
Decimal19410710400.450.460.24242.4558.43
HexC26B6802D2E1822a3a
Octal302153150055563025272
Binary110000101101011110100001011011011101100010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26B68; }

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

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

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

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

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

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

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

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