Html Css Color HEX #C46782 Tapestry

📋 copy color: '#C46782'

red 196 ◦ green 103 ◦ blue 130

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

Shades of Tapestry #C46782

Tints of Tapestry #C46782

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.01%

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

R = 45.69%
G = 24.01%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C46782 (or 0xC46782) is known color: Tapestry. HEX triplet: C4, 67 and 82. RGB value is (196,103,130). Sum of RGB (Red+Green+Blue) = 196+103+130=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C46782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46782 is #3B987D. Grayscale: #858585. Windows color (decimal): -3905662 or 8546244. OLE color: 8546244.

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

Color convert

RGB 196 103 130 -
CMYK 0 0.47 0.34 0.23
HSL 342.58º 0.44% 0.59% -
HSV(B) 342.58º 0.47% 0.77% -
XYZ 31.64 23.05 23.9 -
YUV 133.89 125.81 172.3 -
System Red Green Blue C M Y K H S L
Decimal 196 103 130 0 0.47 0.34 0.23 342.58 0.44 0.59
Hex C4 67 82 0 2F 22 17 157 2C 3B
Octal 304 147 202 0 57 42 27 527 54 73
Binary 11000100 1100111 10000010 0 101111 100010 10111 101010111 101100 111011

Color Harmonies of #C46782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46782

Black with #C46782

Text Example


Text Example

White with #C46782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46782; }

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

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

background-color css

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

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

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

border-color css

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

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

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