Html Css Color HEX #C16479 Tapestry

📋 copy color: '#C16479'

red 193 ◦ green 100 ◦ blue 121

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

Shades of Tapestry #C16479

Tints of Tapestry #C16479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.23%

R = 46.62%
G = 24.15%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C16479 (or 0xC16479) is known color: Tapestry. HEX triplet: C1, 64 and 79. RGB value is (193,100,121). Sum of RGB (Red+Green+Blue) = 193+100+121=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 193 - color contains mainly: red. Hex color #C16479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16479 is #3E9B86. Grayscale: #828282. Windows color (decimal): -4103047 or 7955649. OLE color: 7955649.

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

Color convert

RGB 193 100 121 -
CMYK 0 0.48 0.37 0.24
HSL 346.45º 0.43% 0.57% -
HSV(B) 346.45º 0.48% 0.76% -
XYZ 30 21.83 20.72 -
YUV 130.2 122.81 172.79 -
System Red Green Blue C M Y K H S L
Decimal 193 100 121 0 0.48 0.37 0.24 346.45 0.43 0.57
Hex C1 64 79 0 30 25 18 15A 2B 39
Octal 301 144 171 0 60 45 30 532 53 71
Binary 11000001 1100100 1111001 0 110000 100101 11000 101011010 101011 111001

Color Harmonies of #C16479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16479

Black with #C16479

Text Example


Text Example

White with #C16479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16479; }

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

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

background-color css

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

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

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

border-color css

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

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

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