#C26E45

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

Shades of Red Damask #C26E45

Tints of Red Damask #C26E45

Color information

#C26E45 (or 0xC26E45) is unknown color: approx Red Damask. HEX triplet: C2, 6E and 45. RGB value is (194,110,69). Sum of RGB (Red+Green+Blue) = 194+110+69=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26E45 is #3D91BA. Grayscale: #828282. Windows color (decimal): -4035003 or 4550338. OLE color: 4550338.

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

Color convert

RGB19411069-
CMYK00.430.640.24
HSL19.68º50.61%51.57%-
HSV(B)19.68º64.43%76.08%-
XYZ28.923.058.56-
YUV130.4493.33173.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.01%
GREEN value IS 110 (43.36% from 255) = 29.49%
BLUE value IS 69 (27.34% from 255) = 18.50%
R=52.01%
G=29.49%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941106900.430.640.2419.6850.6151.57
HexC26E4502B4018143334
Octal30215610505310030246364
Binary1100001011011101000101010101110000001100010100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26E45; }

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

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

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

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

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

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

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

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