Html Css Color HEX #C46976 Tapestry

📋 copy color: '#C46976'

red 196 ◦ green 105 ◦ blue 118

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

Shades of Tapestry #C46976

Tints of Tapestry #C46976

RGB

 RED value IS 196 (76.95% from 255) = 46.78%

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

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

R = 46.78%
G = 25.06%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C46976 (or 0xC46976) is known color: Tapestry. HEX triplet: C4, 69 and 76. RGB value is (196,105,118). Sum of RGB (Red+Green+Blue) = 196+105+118=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C46976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46976 is #3B9689. Grayscale: #858585. Windows color (decimal): -3905162 or 7760324. OLE color: 7760324.

HSL color Cylindrical-coordinate representation of color #C46976: hue angle of 351.43º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C46976 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 105 118 -
CMYK 0 0.46 0.40 0.23
HSL 351.43º 0.44% 0.59% -
HSV(B) 351.43º 0.46% 0.77% -
XYZ 31.09 23.15 19.97 -
YUV 133.69 119.15 172.44 -
System Red Green Blue C M Y K H S L
Decimal 196 105 118 0 0.46 0.40 0.23 351.43 0.44 0.59
Hex C4 69 76 0 2E 28 17 15F 2C 3B
Octal 304 151 166 0 56 50 27 537 54 73
Binary 11000100 1101001 1110110 0 101110 101000 10111 101011111 101100 111011

Color Harmonies of #C46976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46976

Black with #C46976

Text Example


Text Example

White with #C46976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46976; }

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

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

background-color css

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

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

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

border-color css

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

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

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