#c1694c

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

Shades of Red Damask #C1694C

Tints of Red Damask #C1694C

Color information

#C1694C (or 0xC1694C) is unknown color: approx Red Damask. HEX triplet: C1, 69 and 4C. RGB value is (193,105,76). Sum of RGB (Red+Green+Blue) = 193+105+76=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C1694C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1694C is #3E96B3. Grayscale: #808080. Windows color (decimal): -4101812 or 5007809. OLE color: 5007809.

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

Color convert

RGB19310576-
CMYK00.460.610.24
HSL14.87º48.55%52.75%-
HSV(B)14.87º60.62%75.69%-
XYZ28.3521.969.58-
YUV128.0198.65174.36-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.60%
GREEN value IS 105 (41.41% from 255) = 28.07%
BLUE value IS 76 (30.08% from 255) = 20.32%
R=51.60%
G=28.07%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931057600.460.610.2414.8748.5552.75
HexC1694C02E3D18f3135
Octal3011511140567530176165
Binary11000001110100110011000101110111101110001111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1694c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1694c; }

 p { color: rgb(193,105,76); }

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

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

 a { background-color: rgb(193,105,76); }

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

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

 span { border-color: rgb(193,105,76); }

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