#C26D45

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

Shades of Red Damask #C26D45

Tints of Red Damask #C26D45

Color information

#C26D45 (or 0xC26D45) is unknown color: approx Red Damask. HEX triplet: C2, 6D and 45. RGB value is (194,109,69). Sum of RGB (Red+Green+Blue) = 194+109+69=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C26D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26D45 is #3D92BA. Grayscale: #828282. Windows color (decimal): -4035259 or 4550082. OLE color: 4550082.

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

Color convert

RGB19410969-
CMYK00.440.640.24
HSL19.2º50.61%51.57%-
HSV(B)19.2º64.43%76.08%-
XYZ28.7922.848.52-
YUV129.8693.66173.75-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.15%
GREEN value IS 109 (42.97% from 255) = 29.30%
BLUE value IS 69 (27.34% from 255) = 18.55%
R=52.15%
G=29.30%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941096900.440.640.2419.250.6151.57
HexC26D4502C4018133334
Octal30215510505410030236364
Binary1100001011011011000101010110010000001100010011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26D45; }

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

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

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

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

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

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

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

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