Html Css Color HEX #C46080 Tapestry

📋 copy color: '#C46080'

red 196 ◦ green 96 ◦ blue 128

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

Shades of Tapestry #C46080

Tints of Tapestry #C46080

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.86%

 BLUE value IS 128 (50.39% from 255) = 30.48%

R = 46.67%
G = 22.86%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C46080 (or 0xC46080) is known color: Tapestry. HEX triplet: C4, 60 and 80. RGB value is (196,96,128). Sum of RGB (Red+Green+Blue) = 196+96+128=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C46080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46080 is #3B9F7F. Grayscale: #818181. Windows color (decimal): -3907456 or 8413380. OLE color: 8413380.

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

Color convert

RGB 196 96 128 -
CMYK 0 0.51 0.35 0.23
HSL 340.8º 0.46% 0.57% -
HSV(B) 340.8º 0.51% 0.77% -
XYZ 30.84 21.66 22.98 -
YUV 129.55 127.13 175.4 -
System Red Green Blue C M Y K H S L
Decimal 196 96 128 0 0.51 0.35 0.23 340.8 0.46 0.57
Hex C4 60 80 0 33 23 17 155 2E 39
Octal 304 140 200 0 63 43 27 525 56 71
Binary 11000100 1100000 10000000 0 110011 100011 10111 101010101 101110 111001

Color Harmonies of #C46080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46080

Black with #C46080

Text Example


Text Example

White with #C46080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46080; }

 p { color: rgb(196,96,128); }

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

background-color css

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

 a { background-color: rgb(196,96,128); }

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

border-color css

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

 span { border-color: rgb(196,96,128); }

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