#C17954

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

Shades of Red Damask #C17954

Tints of Red Damask #C17954

Color information

#C17954 (or 0xC17954) is unknown color: approx Red Damask. HEX triplet: C1, 79 and 54. RGB value is (193,121,84). Sum of RGB (Red+Green+Blue) = 193+121+84=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C17954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17954 is #3E86AB. Grayscale: #8A8A8A. Windows color (decimal): -4097708 or 5536193. OLE color: 5536193.

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

Color convert

RGB19312184-
CMYK00.370.560.24
HSL20.37º46.78%54.31%-
HSV(B)20.37º56.48%75.69%-
XYZ30.4325.6511.74-
YUV138.3197.35167.01-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.49%
GREEN value IS 121 (47.66% from 255) = 30.40%
BLUE value IS 84 (33.20% from 255) = 21.11%
R=48.49%
G=30.40%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931218400.370.560.2420.3746.7854.31
HexC179540253818142f36
Octal3011711240457030245766
Binary110000011111001101010001001011110001100010100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17954; }

 p { color: rgb(193,121,84); }

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

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

 a { background-color: rgb(193,121,84); }

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

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

 span { border-color: rgb(193,121,84); }

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