#C26E61

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

Shades of Contessa #C26E61

Tints of Contessa #C26E61

Color information

#C26E61 (or 0xC26E61) is unknown color: approx Contessa. HEX triplet: C2, 6E and 61. RGB value is (194,110,97). Sum of RGB (Red+Green+Blue) = 194+110+97=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26E61 is #3D919E. Grayscale: #858585. Windows color (decimal): -4034975 or 6385346. OLE color: 6385346.

HSL color Cylindrical-coordinate representation of color #C26E61: hue angle of 8.04º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C26E61 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB19411097-
CMYK00.430.500.24
HSL8.04º44.29%57.06%-
HSV(B)8.04º50%76.08%-
XYZ29.9823.4814.26-
YUV133.63107.33171.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.38%
GREEN value IS 110 (43.36% from 255) = 27.43%
BLUE value IS 97 (38.28% from 255) = 24.19%
R=48.38%
G=27.43%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941109700.430.500.248.0444.2957.06
HexC26E6102B321882c39
Octal3021561410536230105471
Binary11000010110111011000010101011110010110001000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26E61; }

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

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

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

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

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

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

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

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