#C26C4E

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

Shades of Red Damask #C26C4E

Tints of Red Damask #C26C4E

Color information

#C26C4E (or 0xC26C4E) is unknown color: approx Red Damask. HEX triplet: C2, 6C and 4E. RGB value is (194,108,78). Sum of RGB (Red+Green+Blue) = 194+108+78=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26C4E is #3D93B1. Grayscale: #828282. Windows color (decimal): -4035506 or 5139650. OLE color: 5139650.

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

Color convert

RGB19410878-
CMYK00.440.600.24
HSL15.52º48.74%53.33%-
HSV(B)15.52º59.79%76.08%-
XYZ28.9922.7410.07-
YUV130.2998.49173.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.05%
GREEN value IS 108 (42.58% from 255) = 28.42%
BLUE value IS 78 (30.86% from 255) = 20.53%
R=51.05%
G=28.42%
B=20.53%

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
Decimal1941087800.440.600.2415.5248.7453.33
HexC26C4E02C3C18103135
Octal3021541160547430206165
Binary110000101101100100111001011001111001100010000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26C4E; }

 p { color: rgb(194,108,78); }

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

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

 a { background-color: rgb(194,108,78); }

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

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

 span { border-color: rgb(194,108,78); }

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