Html Css Color HEX #C16C80 Tapestry

📋 copy color: '#C16C80'

red 193 ◦ green 108 ◦ blue 128

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

Shades of Tapestry #C16C80

Tints of Tapestry #C16C80

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.17%

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

R = 44.99%
G = 25.17%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C16C80 (or 0xC16C80) is known color: Tapestry. HEX triplet: C1, 6C and 80. RGB value is (193,108,128). Sum of RGB (Red+Green+Blue) = 193+108+128=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16C80 is #3E937F. Grayscale: #878787. Windows color (decimal): -4100992 or 8416449. OLE color: 8416449.

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

Color convert

RGB 193 108 128 -
CMYK 0 0.44 0.34 0.24
HSL 345.88º 0.41% 0.59% -
HSV(B) 345.88º 0.44% 0.76% -
XYZ 31.25 23.62 23.33 -
YUV 135.7 123.66 168.87 -
System Red Green Blue C M Y K H S L
Decimal 193 108 128 0 0.44 0.34 0.24 345.88 0.41 0.59
Hex C1 6C 80 0 2C 22 18 15A 29 3B
Octal 301 154 200 0 54 42 30 532 51 73
Binary 11000001 1101100 10000000 0 101100 100010 11000 101011010 101001 111011

Color Harmonies of #C16C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16C80

Black with #C16C80

Text Example


Text Example

White with #C16C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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