Html Css Color HEX #C16780 Tapestry

📋 copy color: '#C16780'

red 193 ◦ green 103 ◦ blue 128

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

Shades of Tapestry #C16780

Tints of Tapestry #C16780

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.29%

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

R = 45.52%
G = 24.29%
B = 30.19%

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

#C16780 (or 0xC16780) is known color: Tapestry. HEX triplet: C1, 67 and 80. RGB value is (193,103,128). Sum of RGB (Red+Green+Blue) = 193+103+128=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C16780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16780 is #3E987F. Grayscale: #848484. Windows color (decimal): -4102272 or 8415169. OLE color: 8415169.

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

Color convert

RGB 193 103 128 -
CMYK 0 0.47 0.34 0.24
HSL 343.33º 0.42% 0.58% -
HSV(B) 343.33º 0.47% 0.76% -
XYZ 30.74 22.6 23.16 -
YUV 132.76 125.32 170.97 -
System Red Green Blue C M Y K H S L
Decimal 193 103 128 0 0.47 0.34 0.24 343.33 0.42 0.58
Hex C1 67 80 0 2F 22 18 157 2A 3A
Octal 301 147 200 0 57 42 30 527 52 72
Binary 11000001 1100111 10000000 0 101111 100010 11000 101010111 101010 111010

Color Harmonies of #C16780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16780

Black with #C16780

Text Example


Text Example

White with #C16780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16780; }

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

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

background-color css

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

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

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

border-color css

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

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

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