Html Css Color HEX #C16486 Tapestry

📋 copy color: '#C16486'

red 193 ◦ green 100 ◦ blue 134

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

Shades of Tapestry #C16486

Tints of Tapestry #C16486

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.42%

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

R = 45.2%
G = 23.42%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C16486 (or 0xC16486) is known color: Tapestry. HEX triplet: C1, 64 and 86. RGB value is (193,100,134). Sum of RGB (Red+Green+Blue) = 193+100+134=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 193 - color contains mainly: red. Hex color #C16486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16486 is #3E9B79. Grayscale: #838383. Windows color (decimal): -4103034 or 8807617. OLE color: 8807617.

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

Color convert

RGB 193 100 134 -
CMYK 0 0.48 0.31 0.24
HSL 338.06º 0.43% 0.57% -
HSV(B) 338.06º 0.48% 0.76% -
XYZ 30.85 22.17 25.21 -
YUV 131.68 129.31 171.74 -
System Red Green Blue C M Y K H S L
Decimal 193 100 134 0 0.48 0.31 0.24 338.06 0.43 0.57
Hex C1 64 86 0 30 1F 18 152 2B 39
Octal 301 144 206 0 60 37 30 522 53 71
Binary 11000001 1100100 10000110 0 110000 11111 11000 101010010 101011 111001

Color Harmonies of #C16486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16486

Black with #C16486

Text Example


Text Example

White with #C16486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16486; }

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

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

background-color css

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

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

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

border-color css

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

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

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