#C17551

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

Shades of Red Damask #C17551

Tints of Red Damask #C17551

Color information

#C17551 (or 0xC17551) is unknown color: approx Red Damask. HEX triplet: C1, 75 and 51. RGB value is (193,117,81). Sum of RGB (Red+Green+Blue) = 193+117+81=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 81 (32.03% from 255 or 20.72% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C17551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17551 is #3E8AAE. Grayscale: #878787. Windows color (decimal): -4098735 or 5338561. OLE color: 5338561.

HSL color Cylindrical-coordinate representation of color #C17551: hue angle of 19.29º degrees, saturation: 0.47, 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 #C17551 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB19311781-
CMYK00.390.580.24
HSL19.29º47.46%53.73%-
HSV(B)19.29º58.03%75.69%-
XYZ29.8424.6510.97-
YUV135.6297.18168.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.36%
GREEN value IS 117 (46.09% from 255) = 29.92%
BLUE value IS 81 (32.03% from 255) = 20.72%
R=49.36%
G=29.92%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931178100.390.580.2419.2947.4653.73
HexC175510273A18132f36
Octal3011651210477230235766
Binary110000011110101101000101001111110101100010011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17551; }

 p { color: rgb(193,117,81); }

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

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

 a { background-color: rgb(193,117,81); }

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

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

 span { border-color: rgb(193,117,81); }

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