#C26A42

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

Shades of Red Damask #C26A42

Tints of Red Damask #C26A42

Color information

#C26A42 (or 0xC26A42) is unknown color: approx Red Damask. HEX triplet: C2, 6A and 42. RGB value is (194,106,66). Sum of RGB (Red+Green+Blue) = 194+106+66=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26A42 is #3D95BD. Grayscale: #808080. Windows color (decimal): -4036030 or 4352706. OLE color: 4352706.

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

Color convert

RGB19410666-
CMYK00.450.660.24
HSL18.75º51.2%50.98%-
HSV(B)18.75º65.98%76.08%-
XYZ28.3922.177.94-
YUV127.7593.15175.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.01%
GREEN value IS 106 (41.80% from 255) = 28.96%
BLUE value IS 66 (26.17% from 255) = 18.03%
R=53.01%
G=28.96%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941066600.450.660.2418.7551.250.98
HexC26A4202D4218133333
Octal30215210205510230236363
Binary1100001011010101000010010110110000101100010011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26A42; }

 p { color: rgb(194,106,66); }

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

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

 a { background-color: rgb(194,106,66); }

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

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

 span { border-color: rgb(194,106,66); }

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