Html Css Color HEX #C16680 Tapestry

📋 copy color: '#C16680'

red 193 ◦ green 102 ◦ blue 128

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

Shades of Tapestry #C16680

Tints of Tapestry #C16680

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.11%

 BLUE value IS 128 (50.39% from 255) = 30.26%

R = 45.63%
G = 24.11%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C16680 (or 0xC16680) is known color: Tapestry. HEX triplet: C1, 66 and 80. RGB value is (193,102,128). Sum of RGB (Red+Green+Blue) = 193+102+128=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C16680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16680 is #3E997F. Grayscale: #848484. Windows color (decimal): -4102528 or 8414913. OLE color: 8414913.

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

Color convert

RGB 193 102 128 -
CMYK 0 0.47 0.34 0.24
HSL 342.86º 0.42% 0.58% -
HSV(B) 342.86º 0.47% 0.76% -
XYZ 30.64 22.4 23.13 -
YUV 132.17 125.65 171.39 -
System Red Green Blue C M Y K H S L
Decimal 193 102 128 0 0.47 0.34 0.24 342.86 0.42 0.58
Hex C1 66 80 0 2F 22 18 157 2A 3A
Octal 301 146 200 0 57 42 30 527 52 72
Binary 11000001 1100110 10000000 0 101111 100010 11000 101010111 101010 111010

Color Harmonies of #C16680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16680

Black with #C16680

Text Example


Text Example

White with #C16680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16680; }

 p { color: rgb(193,102,128); }

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

background-color css

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

 a { background-color: rgb(193,102,128); }

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

border-color css

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

 span { border-color: rgb(193,102,128); }

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