Html Css Color HEX #C46582 Tapestry

📋 copy color: '#C46582'

red 196 ◦ green 101 ◦ blue 130

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

Shades of Tapestry #C46582

Tints of Tapestry #C46582

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.65%

 BLUE value IS 130 (51.17% from 255) = 30.44%

R = 45.9%
G = 23.65%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C46582 (or 0xC46582) is known color: Tapestry. HEX triplet: C4, 65 and 82. RGB value is (196,101,130). Sum of RGB (Red+Green+Blue) = 196+101+130=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C46582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46582 is #3B9A7D. Grayscale: #848484. Windows color (decimal): -3906174 or 8545732. OLE color: 8545732.

HSL color Cylindrical-coordinate representation of color #C46582: hue angle of 341.68º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C46582 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 101 130 -
CMYK 0 0.48 0.34 0.23
HSL 341.68º 0.45% 0.58% -
HSV(B) 341.68º 0.48% 0.77% -
XYZ 31.45 22.65 23.83 -
YUV 132.71 126.47 173.14 -
System Red Green Blue C M Y K H S L
Decimal 196 101 130 0 0.48 0.34 0.23 341.68 0.45 0.58
Hex C4 65 82 0 30 22 17 156 2D 3A
Octal 304 145 202 0 60 42 27 526 55 72
Binary 11000100 1100101 10000010 0 110000 100010 10111 101010110 101101 111010

Color Harmonies of #C46582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46582

Black with #C46582

Text Example


Text Example

White with #C46582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46582; }

 p { color: rgb(196,101,130); }

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

background-color css

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

 a { background-color: rgb(196,101,130); }

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

border-color css

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

 span { border-color: rgb(196,101,130); }

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