Html Css Color HEX #C16F89 Tapestry

📋 copy color: '#C16F89'

red 193 ◦ green 111 ◦ blue 137

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

Shades of Tapestry #C16F89

Tints of Tapestry #C16F89

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.17%

 BLUE value IS 137 (53.91% from 255) = 31.07%

R = 43.76%
G = 25.17%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C16F89 (or 0xC16F89) is known color: Tapestry. HEX triplet: C1, 6F and 89. RGB value is (193,111,137). Sum of RGB (Red+Green+Blue) = 193+111+137=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16F89 is #3E9076. Grayscale: #8A8A8A. Windows color (decimal): -4100215 or 9007041. OLE color: 9007041.

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

Color convert

RGB 193 111 137 -
CMYK 0 0.42 0.29 0.24
HSL 340.98º 0.4% 0.6% -
HSV(B) 340.98º 0.42% 0.76% -
XYZ 32.19 24.51 26.7 -
YUV 138.48 127.17 166.89 -
System Red Green Blue C M Y K H S L
Decimal 193 111 137 0 0.42 0.29 0.24 340.98 0.4 0.6
Hex C1 6F 89 0 2A 1D 18 155 28 3C
Octal 301 157 211 0 52 35 30 525 50 74
Binary 11000001 1101111 10001001 0 101010 11101 11000 101010101 101000 111100

Color Harmonies of #C16F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16F89

Black with #C16F89

Text Example


Text Example

White with #C16F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16F89; }

 p { color: rgb(193,111,137); }

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

background-color css

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

 a { background-color: rgb(193,111,137); }

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

border-color css

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

 span { border-color: rgb(193,111,137); }

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