#C26B52

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

Shades of Red Damask #C26B52

Tints of Red Damask #C26B52

Color information

#C26B52 (or 0xC26B52) is unknown color: approx Red Damask. HEX triplet: C2, 6B and 52. RGB value is (194,107,82). Sum of RGB (Red+Green+Blue) = 194+107+82=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C26B52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26B52 is #3D94AD. Grayscale: #828282. Windows color (decimal): -4035758 or 5401538. OLE color: 5401538.

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

Color convert

RGB19410782-
CMYK00.450.580.24
HSL13.39º47.86%54.12%-
HSV(B)13.39º57.73%76.08%-
XYZ29.0322.5910.81-
YUV130.16100.82173.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.65%
GREEN value IS 107 (42.19% from 255) = 27.94%
BLUE value IS 82 (32.42% from 255) = 21.41%
R=50.65%
G=27.94%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941078200.450.580.2413.3947.8654.12
HexC26B5202D3A18d3036
Octal3021531220557230156066
Binary11000010110101110100100101101111010110001101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26B52; }

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

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

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

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

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

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

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

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