Html Css Color HEX #C16881 Tapestry

📋 copy color: '#C16881'

red 193 ◦ green 104 ◦ blue 129

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

Shades of Tapestry #C16881

Tints of Tapestry #C16881

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.41%

 BLUE value IS 129 (50.78% from 255) = 30.28%

R = 45.31%
G = 24.41%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C16881 (or 0xC16881) is known color: Tapestry. HEX triplet: C1, 68 and 81. RGB value is (193,104,129). Sum of RGB (Red+Green+Blue) = 193+104+129=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 193 - color contains mainly: red. Hex color #C16881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16881 is #3E977E. Grayscale: #858585. Windows color (decimal): -4102015 or 8480961. OLE color: 8480961.

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

Color convert

RGB 193 104 129 -
CMYK 0 0.46 0.33 0.24
HSL 343.15º 0.42% 0.58% -
HSV(B) 343.15º 0.46% 0.76% -
XYZ 30.91 22.82 23.55 -
YUV 133.46 125.49 170.47 -
System Red Green Blue C M Y K H S L
Decimal 193 104 129 0 0.46 0.33 0.24 343.15 0.42 0.58
Hex C1 68 81 0 2E 21 18 157 2A 3A
Octal 301 150 201 0 56 41 30 527 52 72
Binary 11000001 1101000 10000001 0 101110 100001 11000 101010111 101010 111010

Color Harmonies of #C16881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16881

Black with #C16881

Text Example


Text Example

White with #C16881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16881; }

 p { color: rgb(193,104,129); }

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

background-color css

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

 a { background-color: rgb(193,104,129); }

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

border-color css

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

 span { border-color: rgb(193,104,129); }

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