#C26A47

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

Shades of Red Damask #C26A47

Tints of Red Damask #C26A47

Color information

#C26A47 (or 0xC26A47) is unknown color: approx Red Damask. HEX triplet: C2, 6A and 47. RGB value is (194,106,71). Sum of RGB (Red+Green+Blue) = 194+106+71=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26A47 is #3D95B8. Grayscale: #808080. Windows color (decimal): -4036025 or 4680386. OLE color: 4680386.

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

Color convert

RGB19410671-
CMYK00.450.630.24
HSL17.07º50.2%51.96%-
HSV(B)17.07º63.4%76.08%-
XYZ28.5422.238.75-
YUV128.3295.65174.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.29%
GREEN value IS 106 (41.80% from 255) = 28.57%
BLUE value IS 71 (28.12% from 255) = 19.14%
R=52.29%
G=28.57%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941067100.450.630.2417.0750.251.96
HexC26A4702D3F18113234
Octal3021521070557730216264
Binary110000101101010100011101011011111111100010001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26A47; }

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

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

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

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

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

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

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

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