#C1684F

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

Shades of Red Damask #C1684F

Tints of Red Damask #C1684F

Color information

#C1684F (or 0xC1684F) is unknown color: approx Red Damask. HEX triplet: C1, 68 and 4F. RGB value is (193,104,79). Sum of RGB (Red+Green+Blue) = 193+104+79=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 79 (31.25% from 255 or 21.01% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C1684F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1684F is #3E97B0. Grayscale: #7F7F7F. Windows color (decimal): -4102065 or 5204161. OLE color: 5204161.

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

Color convert

RGB19310479-
CMYK00.460.590.24
HSL13.16º47.9%53.33%-
HSV(B)13.16º59.07%75.69%-
XYZ28.3521.810.11-
YUV127.76100.49174.53-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.33%
GREEN value IS 104 (41.02% from 255) = 27.66%
BLUE value IS 79 (31.25% from 255) = 21.01%
R=51.33%
G=27.66%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931047900.460.590.2413.1647.953.33
HexC1684F02E3B18d3035
Octal3011501170567330156065
Binary11000001110100010011110101110111011110001101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1684F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1684F; }

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

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

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

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

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

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

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

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