#C17752

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

Shades of Red Damask #C17752

Tints of Red Damask #C17752

Color information

#C17752 (or 0xC17752) is unknown color: approx Red Damask. HEX triplet: C1, 77 and 52. RGB value is (193,119,82). Sum of RGB (Red+Green+Blue) = 193+119+82=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C17752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17752 is #3E88AD. Grayscale: #898989. Windows color (decimal): -4098222 or 5404609. OLE color: 5404609.

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

Color convert

RGB19311982-
CMYK00.380.580.24
HSL20º47.23%53.92%-
HSV(B)20º57.51%75.69%-
XYZ30.1125.1411.25-
YUV136.9197.02168.01-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.98%
GREEN value IS 119 (46.88% from 255) = 30.20%
BLUE value IS 82 (32.42% from 255) = 20.81%
R=48.98%
G=30.20%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931198200.380.580.242047.2353.92
HexC177520263A18142f36
Octal3011671220467230245766
Binary110000011110111101001001001101110101100010100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17752; }

 p { color: rgb(193,119,82); }

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

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

 a { background-color: rgb(193,119,82); }

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

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

 span { border-color: rgb(193,119,82); }

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