#C26281

Color #C26281 Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #C26281

Tints of Tapestry #C26281

Color information

#C26281 (or 0xC26281) is unknown color: approx Tapestry. HEX triplet: C2, 62 and 81. RGB value is (194,98,129). Sum of RGB (Red+Green+Blue) = 194+98+129=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C26281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26281 is #3D9D7E. Grayscale: #828282. Windows color (decimal): -4038015 or 8479426. OLE color: 8479426.

HSL color Cylindrical-coordinate representation of color #C26281: hue angle of 340.62º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C26281 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB19498129-
CMYK00.490.340.24
HSL340.62º44.04%57.25%-
HSV(B)340.62º49.48%76.08%-
XYZ30.5821.7923.36-
YUV130.24127.3173.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.08%
GREEN value IS 98 (38.67% from 255) = 23.28%
BLUE value IS 129 (50.78% from 255) = 30.64%
R=46.08%
G=23.28%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949812900.490.340.24340.6244.0457.25
HexC2628103122181552c39
Octal30214220106142305255471
Binary11000010110001010000001011000110001011000101010101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26281; }

 p { color: rgb(194,98,129); }

 H1.HeaderClassName
 {
   color: #C26281;
 }
 .AnyTagClassName
 {
   color: #C26281;
 }
</style>
background-color css

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

 a { background-color: rgb(194,98,129); }

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

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

 span { border-color: rgb(194,98,129); }

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