#C26C5E

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

Shades of Contessa #C26C5E

Tints of Contessa #C26C5E

Color information

#C26C5E (or 0xC26C5E) is unknown color: approx Contessa. HEX triplet: C2, 6C and 5E. RGB value is (194,108,94). Sum of RGB (Red+Green+Blue) = 194+108+94=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26C5E is #3D93A1. Grayscale: #848484. Windows color (decimal): -4035490 or 6188226. OLE color: 6188226.

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

Color convert

RGB19410894-
CMYK00.440.520.24
HSL8.4º45.05%56.47%-
HSV(B)8.4º51.55%76.08%-
XYZ29.632313.47-
YUV132.12106.49172.14-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.99%
GREEN value IS 108 (42.58% from 255) = 27.27%
BLUE value IS 94 (37.11% from 255) = 23.74%
R=48.99%
G=27.27%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941089400.440.520.248.445.0556.47
HexC26C5E02C341882d38
Octal3021541360546430105570
Binary11000010110110010111100101100110100110001000101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26C5E; }

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

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

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

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

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

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

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

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