Html Css Color HEX #C16180 Tapestry

📋 copy color: '#C16180'

red 193 ◦ green 97 ◦ blue 128

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

Shades of Tapestry #C16180

Tints of Tapestry #C16180

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.21%

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

R = 46.17%
G = 23.21%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C16180 (or 0xC16180) is known color: Tapestry. HEX triplet: C1, 61 and 80. RGB value is (193,97,128). Sum of RGB (Red+Green+Blue) = 193+97+128=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C16180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16180 is #3E9E7F. Grayscale: #818181. Windows color (decimal): -4103808 or 8413633. OLE color: 8413633.

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

Color convert

RGB 193 97 128 -
CMYK 0 0.50 0.34 0.24
HSL 340.63º 0.44% 0.57% -
HSV(B) 340.63º 0.5% 0.76% -
XYZ 30.16 21.45 22.97 -
YUV 129.24 127.3 173.48 -
System Red Green Blue C M Y K H S L
Decimal 193 97 128 0 0.50 0.34 0.24 340.63 0.44 0.57
Hex C1 61 80 0 32 22 18 155 2C 39
Octal 301 141 200 0 62 42 30 525 54 71
Binary 11000001 1100001 10000000 0 110010 100010 11000 101010101 101100 111001

Color Harmonies of #C16180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16180

Black with #C16180

Text Example


Text Example

White with #C16180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16180; }

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

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

background-color css

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

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

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

border-color css

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

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

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