#C17147

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

Shades of Red Damask #C17147

Tints of Red Damask #C17147

Color information

#C17147 (or 0xC17147) is unknown color: approx Red Damask. HEX triplet: C1, 71 and 47. RGB value is (193,113,71). Sum of RGB (Red+Green+Blue) = 193+113+71=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C17147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17147 is #3E8EB8. Grayscale: #848484. Windows color (decimal): -4099769 or 4682177. OLE color: 4682177.

HSL color Cylindrical-coordinate representation of color #C17147: hue angle of 20.66º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C17147 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB19311371-
CMYK00.410.630.24
HSL20.66º49.59%51.76%-
HSV(B)20.66º63.21%75.69%-
XYZ29.0323.68.99-
YUV132.1393.5171.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.19%
GREEN value IS 113 (44.53% from 255) = 29.97%
BLUE value IS 71 (28.12% from 255) = 18.83%
R=51.19%
G=29.97%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931137100.410.630.2420.6649.5951.76
HexC171470293F18153234
Octal3011611070517730256264
Binary110000011110001100011101010011111111100010101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17147; }

 p { color: rgb(193,113,71); }

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

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

 a { background-color: rgb(193,113,71); }

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

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

 span { border-color: rgb(193,113,71); }

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