Html Css Color HEX #C16686 Tapestry

📋 copy color: '#C16686'

red 193 ◦ green 102 ◦ blue 134

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

Shades of Tapestry #C16686

Tints of Tapestry #C16686

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.78%

 BLUE value IS 134 (52.73% from 255) = 31.24%

R = 44.99%
G = 23.78%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C16686 (or 0xC16686) is known color: Tapestry. HEX triplet: C1, 66 and 86. RGB value is (193,102,134). Sum of RGB (Red+Green+Blue) = 193+102+134=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C16686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16686 is #3E9979. Grayscale: #848484. Windows color (decimal): -4102522 or 8808129. OLE color: 8808129.

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

Color convert

RGB 193 102 134 -
CMYK 0 0.47 0.31 0.24
HSL 338.9º 0.42% 0.58% -
HSV(B) 338.9º 0.47% 0.76% -
XYZ 31.05 22.56 25.27 -
YUV 132.86 128.65 170.9 -
System Red Green Blue C M Y K H S L
Decimal 193 102 134 0 0.47 0.31 0.24 338.9 0.42 0.58
Hex C1 66 86 0 2F 1F 18 153 2A 3A
Octal 301 146 206 0 57 37 30 523 52 72
Binary 11000001 1100110 10000110 0 101111 11111 11000 101010011 101010 111010

Color Harmonies of #C16686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16686

Black with #C16686

Text Example


Text Example

White with #C16686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16686; }

 p { color: rgb(193,102,134); }

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

background-color css

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

 a { background-color: rgb(193,102,134); }

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

border-color css

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

 span { border-color: rgb(193,102,134); }

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