Html Css Color HEX #C46682 Tapestry

📋 copy color: '#C46682'

red 196 ◦ green 102 ◦ blue 130

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

Shades of Tapestry #C46682

Tints of Tapestry #C46682

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.83%

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

R = 45.79%
G = 23.83%
B = 30.37%

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

#C46682 (or 0xC46682) is known color: Tapestry. HEX triplet: C4, 66 and 82. RGB value is (196,102,130). Sum of RGB (Red+Green+Blue) = 196+102+130=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C46682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46682 is #3B997D. Grayscale: #858585. Windows color (decimal): -3905918 or 8545988. OLE color: 8545988.

HSL color Cylindrical-coordinate representation of color #C46682: hue angle of 342.13º degrees, saturation: 0.44, 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 #C46682 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 102 130 -
CMYK 0 0.48 0.34 0.23
HSL 342.13º 0.44% 0.58% -
HSV(B) 342.13º 0.48% 0.77% -
XYZ 31.55 22.85 23.87 -
YUV 133.3 126.14 172.72 -
System Red Green Blue C M Y K H S L
Decimal 196 102 130 0 0.48 0.34 0.23 342.13 0.44 0.58
Hex C4 66 82 0 30 22 17 156 2C 3A
Octal 304 146 202 0 60 42 27 526 54 72
Binary 11000100 1100110 10000010 0 110000 100010 10111 101010110 101100 111010

Color Harmonies of #C46682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46682

Black with #C46682

Text Example


Text Example

White with #C46682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46682; }

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

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

background-color css

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

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

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

border-color css

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

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

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