Html Css Color HEX #C16681 Tapestry

📋 copy color: '#C16681'

red 193 ◦ green 102 ◦ blue 129

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

Shades of Tapestry #C16681

Tints of Tapestry #C16681

RGB

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

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

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

R = 45.52%
G = 24.06%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C16681 (or 0xC16681) is known color: Tapestry. HEX triplet: C1, 66 and 81. RGB value is (193,102,129). Sum of RGB (Red+Green+Blue) = 193+102+129=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C16681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16681 is #3E997E. Grayscale: #848484. Windows color (decimal): -4102527 or 8480449. OLE color: 8480449.

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

Color convert

RGB 193 102 129 -
CMYK 0 0.47 0.33 0.24
HSL 342.2º 0.42% 0.58% -
HSV(B) 342.2º 0.47% 0.76% -
XYZ 30.71 22.43 23.48 -
YUV 132.29 126.15 171.3 -
System Red Green Blue C M Y K H S L
Decimal 193 102 129 0 0.47 0.33 0.24 342.2 0.42 0.58
Hex C1 66 81 0 2F 21 18 156 2A 3A
Octal 301 146 201 0 57 41 30 526 52 72
Binary 11000001 1100110 10000001 0 101111 100001 11000 101010110 101010 111010

Color Harmonies of #C16681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16681

Black with #C16681

Text Example


Text Example

White with #C16681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16681; }

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

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

background-color css

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

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

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

border-color css

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

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

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