#C1697D

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

Shades of Tapestry #C1697D

Tints of Tapestry #C1697D

Color information

#C1697D (or 0xC1697D) is unknown color: approx Tapestry. HEX triplet: C1, 69 and 7D. RGB value is (193,105,125). Sum of RGB (Red+Green+Blue) = 193+105+125=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C1697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1697D is #3E9682. Grayscale: #858585. Windows color (decimal): -4101763 or 8219073. OLE color: 8219073.

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

Color convert

RGB193105125-
CMYK00.460.350.24
HSL346.36º41.51%58.43%-
HSV(B)346.36º45.6%75.69%-
XYZ30.7522.9222.21-
YUV133.59123.15170.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.63%
GREEN value IS 105 (41.41% from 255) = 24.82%
BLUE value IS 125 (49.22% from 255) = 29.55%
R=45.63%
G=24.82%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310512500.460.350.24346.3641.5158.43
HexC1697D02E231815a2a3a
Octal30115117505643305325272
Binary1100000111010011111101010111010001111000101011010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1697D; }

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

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

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

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

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

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

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

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