#C26E5F

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

Shades of Contessa #C26E5F

Tints of Contessa #C26E5F

Color information

#C26E5F (or 0xC26E5F) is unknown color: approx Contessa. HEX triplet: C2, 6E and 5F. RGB value is (194,110,95). Sum of RGB (Red+Green+Blue) = 194+110+95=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26E5F is #3D91A0. Grayscale: #858585. Windows color (decimal): -4034977 or 6254274. OLE color: 6254274.

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

Color convert

RGB19411095-
CMYK00.430.510.24
HSL9.09º44.8%56.67%-
HSV(B)9.09º51.03%76.08%-
XYZ29.8923.4513.78-
YUV133.41106.33171.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.62%
GREEN value IS 110 (43.36% from 255) = 27.57%
BLUE value IS 95 (37.5% from 255) = 23.81%
R=48.62%
G=27.57%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941109500.430.510.249.0944.856.67
HexC26E5F02B331892d39
Octal3021561370536330115571
Binary11000010110111010111110101011110011110001001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26E5F; }

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

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

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

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

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

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

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

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