#C26E48

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

Shades of Red Damask #C26E48

Tints of Red Damask #C26E48

Color information

#C26E48 (or 0xC26E48) is unknown color: approx Red Damask. HEX triplet: C2, 6E and 48. RGB value is (194,110,72). Sum of RGB (Red+Green+Blue) = 194+110+72=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26E48 is #3D91B7. Grayscale: #838383. Windows color (decimal): -4035000 or 4746946. OLE color: 4746946.

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

Color convert

RGB19411072-
CMYK00.430.630.24
HSL18.69º50%52.16%-
HSV(B)18.69º62.89%76.08%-
XYZ28.9923.099.06-
YUV130.7894.83173.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.60%
GREEN value IS 110 (43.36% from 255) = 29.26%
BLUE value IS 72 (28.52% from 255) = 19.15%
R=51.60%
G=29.26%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941107200.430.630.2418.695052.16
HexC26E4802B3F18133234
Octal3021561100537730236264
Binary110000101101110100100001010111111111100010011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26E48; }

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

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

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

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

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

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

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

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