#C17A50

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

Shades of Red Damask #C17A50

Tints of Red Damask #C17A50

Color information

#C17A50 (or 0xC17A50) is unknown color: approx Red Damask. HEX triplet: C1, 7A and 50. RGB value is (193,122,80). Sum of RGB (Red+Green+Blue) = 193+122+80=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17A50 is #3E85AF. Grayscale: #8A8A8A. Windows color (decimal): -4097456 or 5274305. OLE color: 5274305.

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

Color convert

RGB19312280-
CMYK00.370.590.24
HSL22.3º47.68%53.53%-
HSV(B)22.3º58.55%75.69%-
XYZ30.425.8410.97-
YUV138.4495.02166.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.86%
GREEN value IS 122 (48.05% from 255) = 30.89%
BLUE value IS 80 (31.64% from 255) = 20.25%
R=48.86%
G=30.89%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931228000.370.590.2422.347.6853.53
HexC17A500253B18163036
Octal3011721200457330266066
Binary110000011111010101000001001011110111100010110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17A50; }

 p { color: rgb(193,122,80); }

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

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

 a { background-color: rgb(193,122,80); }

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

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

 span { border-color: rgb(193,122,80); }

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