Html Css Color HEX #C46081 Tapestry

📋 copy color: '#C46081'

red 196 ◦ green 96 ◦ blue 129

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

Shades of Tapestry #C46081

Tints of Tapestry #C46081

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.8%

 BLUE value IS 129 (50.78% from 255) = 30.64%

R = 46.56%
G = 22.8%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C46081 (or 0xC46081) is known color: Tapestry. HEX triplet: C4, 60 and 81. RGB value is (196,96,129). Sum of RGB (Red+Green+Blue) = 196+96+129=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C46081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46081 is #3B9F7E. Grayscale: #818181. Windows color (decimal): -3907455 or 8478916. OLE color: 8478916.

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

Color convert

RGB 196 96 129 -
CMYK 0 0.51 0.34 0.23
HSL 340.2º 0.46% 0.57% -
HSV(B) 340.2º 0.51% 0.77% -
XYZ 30.91 21.69 23.33 -
YUV 129.66 127.63 175.32 -
System Red Green Blue C M Y K H S L
Decimal 196 96 129 0 0.51 0.34 0.23 340.2 0.46 0.57
Hex C4 60 81 0 33 22 17 154 2E 39
Octal 304 140 201 0 63 42 27 524 56 71
Binary 11000100 1100000 10000001 0 110011 100010 10111 101010100 101110 111001

Color Harmonies of #C46081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46081

Black with #C46081

Text Example


Text Example

White with #C46081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46081; }

 p { color: rgb(196,96,129); }

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

background-color css

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

 a { background-color: rgb(196,96,129); }

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

border-color css

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

 span { border-color: rgb(196,96,129); }

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