#C26D48

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

Shades of Red Damask #C26D48

Tints of Red Damask #C26D48

Color information

#C26D48 (or 0xC26D48) is unknown color: approx Red Damask. HEX triplet: C2, 6D and 48. RGB value is (194,109,72). Sum of RGB (Red+Green+Blue) = 194+109+72=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C26D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26D48 is #3D92B7. Grayscale: #828282. Windows color (decimal): -4035256 or 4746690. OLE color: 4746690.

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

Color convert

RGB19410972-
CMYK00.440.630.24
HSL18.2º50%52.16%-
HSV(B)18.2º62.89%76.08%-
XYZ28.8922.879.02-
YUV130.295.16173.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.73%
GREEN value IS 109 (42.97% from 255) = 29.07%
BLUE value IS 72 (28.52% from 255) = 19.2%
R=51.73%
G=29.07%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941097200.440.630.2418.25052.16
HexC26D4802C3F18123234
Octal3021551100547730226264
Binary110000101101101100100001011001111111100010010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26D48; }

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

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

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

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

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

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

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

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