#C26F49

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

Shades of Red Damask #C26F49

Tints of Red Damask #C26F49

Color information

#C26F49 (or 0xC26F49) is unknown color: approx Red Damask. HEX triplet: C2, 6F and 49. RGB value is (194,111,73). Sum of RGB (Red+Green+Blue) = 194+111+73=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26F49 is #3D90B6. Grayscale: #838383. Windows color (decimal): -4034743 or 4812738. OLE color: 4812738.

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

Color convert

RGB19411173-
CMYK00.430.620.24
HSL18.84º49.79%52.35%-
HSV(B)18.84º62.37%76.08%-
XYZ29.1423.329.27-
YUV131.4895172.59-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.32%
GREEN value IS 111 (43.75% from 255) = 29.37%
BLUE value IS 73 (28.91% from 255) = 19.31%
R=51.32%
G=29.37%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941117300.430.620.2418.8449.7952.35
HexC26F4902B3E18133234
Octal3021571110537630236264
Binary110000101101111100100101010111111101100010011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26F49; }

 p { color: rgb(194,111,73); }

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

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

 a { background-color: rgb(194,111,73); }

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

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

 span { border-color: rgb(194,111,73); }

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