#C26C53

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

Shades of Red Damask #C26C53

Tints of Red Damask #C26C53

Color information

#C26C53 (or 0xC26C53) is unknown color: approx Red Damask. HEX triplet: C2, 6C and 53. RGB value is (194,108,83). Sum of RGB (Red+Green+Blue) = 194+108+83=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26C53 is #3D93AC. Grayscale: #838383. Windows color (decimal): -4035501 or 5467330. OLE color: 5467330.

HSL color Cylindrical-coordinate representation of color #C26C53: hue angle of 13.51º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C26C53 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB19410883-
CMYK00.440.570.24
HSL13.51º47.64%54.31%-
HSV(B)13.51º57.22%76.08%-
XYZ29.1722.8211.05-
YUV130.86100.99173.03-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.39%
GREEN value IS 108 (42.58% from 255) = 28.05%
BLUE value IS 83 (32.81% from 255) = 21.56%
R=50.39%
G=28.05%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941088300.440.570.2413.5147.6454.31
HexC26C5302C3918e3036
Octal3021541230547130166066
Binary11000010110110010100110101100111001110001110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26C53; }

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

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

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

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

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

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

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

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