Html Css Color HEX #C1687D Tapestry

📋 copy color: '#C1687D'

red 193 ◦ green 104 ◦ blue 125

#C1687D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #C1687D

Tints of Tapestry #C1687D

RGB

 RED value IS 193 (75.78% from 255) = 45.73%

 GREEN value IS 104 (41.02% from 255) = 24.64%

 BLUE value IS 125 (49.22% from 255) = 29.62%

R = 45.73%
G = 24.64%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1687D (or 0xC1687D) is known color: Tapestry. HEX triplet: C1, 68 and 7D. RGB value is (193,104,125). Sum of RGB (Red+Green+Blue) = 193+104+125=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C1687D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1687D is #3E9782. Grayscale: #858585. Windows color (decimal): -4102019 or 8218817. OLE color: 8218817.

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

Color convert

RGB 193 104 125 -
CMYK 0 0.46 0.35 0.24
HSL 345.84º 0.42% 0.58% -
HSV(B) 345.84º 0.46% 0.76% -
XYZ 30.64 22.72 22.17 -
YUV 133.01 123.49 170.79 -
System Red Green Blue C M Y K H S L
Decimal 193 104 125 0 0.46 0.35 0.24 345.84 0.42 0.58
Hex C1 68 7D 0 2E 23 18 15A 2A 3A
Octal 301 150 175 0 56 43 30 532 52 72
Binary 11000001 1101000 1111101 0 101110 100011 11000 101011010 101010 111010

Color Harmonies of #C1687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1687D

Black with #C1687D

Text Example


Text Example

White with #C1687D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1687D; }

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

 H1.HeaderClassName
 {
   color: #C1687D;
 }
 .AnyTagClassName
 {
   color: #C1687D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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