Html Css Color HEX #C16580 Tapestry

📋 copy color: '#C16580'

red 193 ◦ green 101 ◦ blue 128

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

Shades of Tapestry #C16580

Tints of Tapestry #C16580

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.93%

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

R = 45.73%
G = 23.93%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C16580 (or 0xC16580) is known color: Tapestry. HEX triplet: C1, 65 and 80. RGB value is (193,101,128). Sum of RGB (Red+Green+Blue) = 193+101+128=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C16580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16580 is #3E9A7F. Grayscale: #838383. Windows color (decimal): -4102784 or 8414657. OLE color: 8414657.

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

Color convert

RGB 193 101 128 -
CMYK 0 0.48 0.34 0.24
HSL 342.39º 0.43% 0.58% -
HSV(B) 342.39º 0.48% 0.76% -
XYZ 30.54 22.2 23.1 -
YUV 131.59 125.98 171.8 -
System Red Green Blue C M Y K H S L
Decimal 193 101 128 0 0.48 0.34 0.24 342.39 0.43 0.58
Hex C1 65 80 0 30 22 18 156 2B 3A
Octal 301 145 200 0 60 42 30 526 53 72
Binary 11000001 1100101 10000000 0 110000 100010 11000 101010110 101011 111010

Color Harmonies of #C16580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16580

Black with #C16580

Text Example


Text Example

White with #C16580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16580; }

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

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

background-color css

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

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

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

border-color css

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

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

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