Html Css Color HEX #C16181 Tapestry

📋 copy color: '#C16181'

red 193 ◦ green 97 ◦ blue 129

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

Shades of Tapestry #C16181

Tints of Tapestry #C16181

RGB

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

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

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

R = 46.06%
G = 23.15%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C16181 (or 0xC16181) is known color: Tapestry. HEX triplet: C1, 61 and 81. RGB value is (193,97,129). Sum of RGB (Red+Green+Blue) = 193+97+129=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C16181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16181 is #3E9E7E. Grayscale: #818181. Windows color (decimal): -4103807 or 8479169. OLE color: 8479169.

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

Color convert

RGB 193 97 129 -
CMYK 0 0.50 0.33 0.24
HSL 340º 0.44% 0.57% -
HSV(B) 340º 0.5% 0.76% -
XYZ 30.23 21.47 23.32 -
YUV 129.35 127.8 173.4 -
System Red Green Blue C M Y K H S L
Decimal 193 97 129 0 0.50 0.33 0.24 340 0.44 0.57
Hex C1 61 81 0 32 21 18 154 2C 39
Octal 301 141 201 0 62 41 30 524 54 71
Binary 11000001 1100001 10000001 0 110010 100001 11000 101010100 101100 111001

Color Harmonies of #C16181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16181

Black with #C16181

Text Example


Text Example

White with #C16181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16181; }

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

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

background-color css

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

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

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

border-color css

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

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

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