Html Css Color HEX #C16A87 Tapestry

📋 copy color: '#C16A87'

red 193 ◦ green 106 ◦ blue 135

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

Shades of Tapestry #C16A87

Tints of Tapestry #C16A87

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.42%

 BLUE value IS 135 (53.13% from 255) = 31.11%

R = 44.47%
G = 24.42%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C16A87 (or 0xC16A87) is known color: Tapestry. HEX triplet: C1, 6A and 87. RGB value is (193,106,135). Sum of RGB (Red+Green+Blue) = 193+106+135=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C16A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16A87 is #3E9578. Grayscale: #878787. Windows color (decimal): -4101497 or 8874689. OLE color: 8874689.

HSL color Cylindrical-coordinate representation of color #C16A87: hue angle of 340º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C16A87 is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 106 135 -
CMYK 0 0.45 0.30 0.24
HSL 340º 0.41% 0.59% -
HSV(B) 340º 0.45% 0.76% -
XYZ 31.52 23.39 25.78 -
YUV 135.32 127.82 169.14 -
System Red Green Blue C M Y K H S L
Decimal 193 106 135 0 0.45 0.30 0.24 340 0.41 0.59
Hex C1 6A 87 0 2D 1E 18 154 29 3B
Octal 301 152 207 0 55 36 30 524 51 73
Binary 11000001 1101010 10000111 0 101101 11110 11000 101010100 101001 111011

Color Harmonies of #C16A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16A87

Black with #C16A87

Text Example


Text Example

White with #C16A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16A87; }

 p { color: rgb(193,106,135); }

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

background-color css

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

 a { background-color: rgb(193,106,135); }

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

border-color css

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

 span { border-color: rgb(193,106,135); }

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