#C26D4D

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

Shades of Red Damask #C26D4D

Tints of Red Damask #C26D4D

Color information

#C26D4D (or 0xC26D4D) is unknown color: approx Red Damask. HEX triplet: C2, 6D and 4D. RGB value is (194,109,77). Sum of RGB (Red+Green+Blue) = 194+109+77=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C26D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26D4D is #3D92B2. Grayscale: #828282. Windows color (decimal): -4035251 or 5074370. OLE color: 5074370.

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

Color convert

RGB19410977-
CMYK00.440.600.24
HSL16.41º48.95%53.14%-
HSV(B)16.41º60.31%76.08%-
XYZ29.0622.949.92-
YUV130.7797.66173.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.05%
GREEN value IS 109 (42.97% from 255) = 28.68%
BLUE value IS 77 (30.47% from 255) = 20.26%
R=51.05%
G=28.68%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941097700.440.600.2416.4148.9553.14
HexC26D4D02C3C18103135
Octal3021551150547430206165
Binary110000101101101100110101011001111001100010000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26D4D; }

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

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

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

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

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

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

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

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