#C1794F

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

Shades of Red Damask #C1794F

Tints of Red Damask #C1794F

Color information

#C1794F (or 0xC1794F) is unknown color: approx Red Damask. HEX triplet: C1, 79 and 4F. RGB value is (193,121,79). Sum of RGB (Red+Green+Blue) = 193+121+79=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 79 (31.25% from 255 or 20.10% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C1794F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1794F is #3E86B0. Grayscale: #898989. Windows color (decimal): -4097713 or 5208513. OLE color: 5208513.

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

Color convert

RGB19312179-
CMYK00.370.590.24
HSL22.11º47.9%53.33%-
HSV(B)22.11º59.07%75.69%-
XYZ30.2425.5810.74-
YUV137.7494.85167.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.11%
GREEN value IS 121 (47.66% from 255) = 30.79%
BLUE value IS 79 (31.25% from 255) = 20.10%
R=49.11%
G=30.79%
B=20.10%

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
Decimal1931217900.370.590.2422.1147.953.33
HexC1794F0253B18163035
Octal3011711170457330266065
Binary110000011111001100111101001011110111100010110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1794F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1794F; }

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

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

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

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

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

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

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

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