Html Css Color HEX #C1687E Tapestry

📋 copy color: '#C1687E'

red 193 ◦ green 104 ◦ blue 126

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

Shades of Tapestry #C1687E

Tints of Tapestry #C1687E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.79%

R = 45.63%
G = 24.59%
B = 29.79%

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

#C1687E (or 0xC1687E) is known color: Tapestry. HEX triplet: C1, 68 and 7E. RGB value is (193,104,126). Sum of RGB (Red+Green+Blue) = 193+104+126=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C1687E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1687E is #3E9781. Grayscale: #858585. Windows color (decimal): -4102018 or 8284353. OLE color: 8284353.

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

Color convert

RGB 193 104 126 -
CMYK 0 0.46 0.35 0.24
HSL 345.17º 0.42% 0.58% -
HSV(B) 345.17º 0.46% 0.76% -
XYZ 30.71 22.74 22.51 -
YUV 133.12 123.99 170.71 -
System Red Green Blue C M Y K H S L
Decimal 193 104 126 0 0.46 0.35 0.24 345.17 0.42 0.58
Hex C1 68 7E 0 2E 23 18 159 2A 3A
Octal 301 150 176 0 56 43 30 531 52 72
Binary 11000001 1101000 1111110 0 101110 100011 11000 101011001 101010 111010

Color Harmonies of #C1687E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1687E

Black with #C1687E

Text Example


Text Example

White with #C1687E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1687E; }

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

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

background-color css

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

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

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

border-color css

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

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

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