Html Css Color HEX #C16C87 Tapestry

📋 copy color: '#C16C87'

red 193 ◦ green 108 ◦ blue 135

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

Shades of Tapestry #C16C87

Tints of Tapestry #C16C87

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.77%

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

R = 44.27%
G = 24.77%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C16C87 (or 0xC16C87) is known color: Tapestry. HEX triplet: C1, 6C and 87. RGB value is (193,108,135). Sum of RGB (Red+Green+Blue) = 193+108+135=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 135 (53.12% from 255 or 30.96% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16C87 is #3E9378. Grayscale: #888888. Windows color (decimal): -4100985 or 8875201. OLE color: 8875201.

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

Color convert

RGB 193 108 135 -
CMYK 0 0.44 0.30 0.24
HSL 340.94º 0.41% 0.59% -
HSV(B) 340.94º 0.44% 0.76% -
XYZ 31.73 23.81 25.85 -
YUV 136.49 127.16 168.3 -
System Red Green Blue C M Y K H S L
Decimal 193 108 135 0 0.44 0.30 0.24 340.94 0.41 0.59
Hex C1 6C 87 0 2C 1E 18 155 29 3B
Octal 301 154 207 0 54 36 30 525 51 73
Binary 11000001 1101100 10000111 0 101100 11110 11000 101010101 101001 111011

Color Harmonies of #C16C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16C87

Black with #C16C87

Text Example


Text Example

White with #C16C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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