Html Css Color HEX #C46883 Tapestry

📋 copy color: '#C46883'

red 196 ◦ green 104 ◦ blue 131

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

Shades of Tapestry #C46883

Tints of Tapestry #C46883

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.13%

 BLUE value IS 131 (51.56% from 255) = 30.39%

R = 45.48%
G = 24.13%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#C46883 (or 0xC46883) is known color: Tapestry. HEX triplet: C4, 68 and 83. RGB value is (196,104,131). Sum of RGB (Red+Green+Blue) = 196+104+131=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C46883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46883 is #3B977C. Grayscale: #868686. Windows color (decimal): -3905405 or 8612036. OLE color: 8612036.

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

Color convert

RGB 196 104 131 -
CMYK 0 0.47 0.33 0.23
HSL 342.39º 0.44% 0.59% -
HSV(B) 342.39º 0.47% 0.77% -
XYZ 31.81 23.28 24.29 -
YUV 134.59 125.98 171.8 -
System Red Green Blue C M Y K H S L
Decimal 196 104 131 0 0.47 0.33 0.23 342.39 0.44 0.59
Hex C4 68 83 0 2F 21 17 156 2C 3B
Octal 304 150 203 0 57 41 27 526 54 73
Binary 11000100 1101000 10000011 0 101111 100001 10111 101010110 101100 111011

Color Harmonies of #C46883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46883

Black with #C46883

Text Example


Text Example

White with #C46883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46883; }

 p { color: rgb(196,104,131); }

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

background-color css

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

 a { background-color: rgb(196,104,131); }

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

border-color css

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

 span { border-color: rgb(196,104,131); }

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