#c26b4c

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

Shades of Red Damask #C26B4C

Tints of Red Damask #C26B4C

Color information

#C26B4C (or 0xC26B4C) is unknown color: approx Red Damask. HEX triplet: C2, 6B and 4C. RGB value is (194,107,76). Sum of RGB (Red+Green+Blue) = 194+107+76=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C26B4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26B4C is #3D94B3. Grayscale: #818181. Windows color (decimal): -4035764 or 5008322. OLE color: 5008322.

HSL color Cylindrical-coordinate representation of color #C26B4C: hue angle of 15.76º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C26B4C is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB19410776-
CMYK00.450.610.24
HSL15.76º49.17%52.94%-
HSV(B)15.76º60.82%76.08%-
XYZ28.8122.519.66-
YUV129.4897.82174.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.46%
GREEN value IS 107 (42.19% from 255) = 28.38%
BLUE value IS 76 (30.08% from 255) = 20.16%
R=51.46%
G=28.38%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941077600.450.610.2415.7649.1752.94
HexC26B4C02D3D18103135
Octal3021531140557530206165
Binary110000101101011100110001011011111011100010000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c26b4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c26b4c; }

 p { color: rgb(194,107,76); }

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

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

 a { background-color: rgb(194,107,76); }

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

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

 span { border-color: rgb(194,107,76); }

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