Html Css Color HEX #C16976 Tapestry

📋 copy color: '#C16976'

red 193 ◦ green 105 ◦ blue 118

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

Shades of Tapestry #C16976

Tints of Tapestry #C16976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.24%

 BLUE value IS 118 (46.48% from 255) = 28.37%

R = 46.39%
G = 25.24%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C16976 (or 0xC16976) is known color: Tapestry. HEX triplet: C1, 69 and 76. RGB value is (193,105,118). Sum of RGB (Red+Green+Blue) = 193+105+118=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C16976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16976 is #3E9689. Grayscale: #848484. Windows color (decimal): -4101770 or 7760321. OLE color: 7760321.

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

Color convert

RGB 193 105 118 -
CMYK 0 0.46 0.39 0.24
HSL 351.14º 0.42% 0.58% -
HSV(B) 351.14º 0.46% 0.76% -
XYZ 30.31 22.75 19.93 -
YUV 132.79 119.65 170.94 -
System Red Green Blue C M Y K H S L
Decimal 193 105 118 0 0.46 0.39 0.24 351.14 0.42 0.58
Hex C1 69 76 0 2E 27 18 15F 2A 3A
Octal 301 151 166 0 56 47 30 537 52 72
Binary 11000001 1101001 1110110 0 101110 100111 11000 101011111 101010 111010

Color Harmonies of #C16976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16976

Black with #C16976

Text Example


Text Example

White with #C16976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16976; }

 p { color: rgb(193,105,118); }

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

background-color css

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

 a { background-color: rgb(193,105,118); }

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

border-color css

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

 span { border-color: rgb(193,105,118); }

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