Html Css Color HEX #C46680 Tapestry

📋 copy color: '#C46680'

red 196 ◦ green 102 ◦ blue 128

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

Shades of Tapestry #C46680

Tints of Tapestry #C46680

RGB

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

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

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

R = 46.01%
G = 23.94%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C46680 (or 0xC46680) is known color: Tapestry. HEX triplet: C4, 66 and 80. RGB value is (196,102,128). Sum of RGB (Red+Green+Blue) = 196+102+128=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C46680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46680 is #3B997F. Grayscale: #858585. Windows color (decimal): -3905920 or 8414916. OLE color: 8414916.

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

Color convert

RGB 196 102 128 -
CMYK 0 0.48 0.35 0.23
HSL 343.4º 0.44% 0.58% -
HSV(B) 343.4º 0.48% 0.77% -
XYZ 31.41 22.8 23.17 -
YUV 133.07 125.14 172.89 -
System Red Green Blue C M Y K H S L
Decimal 196 102 128 0 0.48 0.35 0.23 343.4 0.44 0.58
Hex C4 66 80 0 30 23 17 157 2C 3A
Octal 304 146 200 0 60 43 27 527 54 72
Binary 11000100 1100110 10000000 0 110000 100011 10111 101010111 101100 111010

Color Harmonies of #C46680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46680

Black with #C46680

Text Example


Text Example

White with #C46680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46680; }

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

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

background-color css

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

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

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

border-color css

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

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

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