#C26E5E

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

Shades of Contessa #C26E5E

Tints of Contessa #C26E5E

Color information

#C26E5E (or 0xC26E5E) is unknown color: approx Contessa. HEX triplet: C2, 6E and 5E. RGB value is (194,110,94). Sum of RGB (Red+Green+Blue) = 194+110+94=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26E5E is #3D91A1. Grayscale: #858585. Windows color (decimal): -4034978 or 6188738. OLE color: 6188738.

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

Color convert

RGB19411094-
CMYK00.430.520.24
HSL9.6º45.05%56.47%-
HSV(B)9.6º51.55%76.08%-
XYZ29.8423.4313.54-
YUV133.29105.83171.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.74%
GREEN value IS 110 (43.36% from 255) = 27.64%
BLUE value IS 94 (37.11% from 255) = 23.62%
R=48.74%
G=27.64%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941109400.430.520.249.645.0556.47
HexC26E5E02B3418a2d38
Octal3021561360536430125570
Binary11000010110111010111100101011110100110001010101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26E5E; }

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

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

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

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

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

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

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

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