#C26381

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

Shades of Tapestry #C26381

Tints of Tapestry #C26381

Color information

#C26381 (or 0xC26381) is unknown color: approx Tapestry. HEX triplet: C2, 63 and 81. RGB value is (194,99,129). Sum of RGB (Red+Green+Blue) = 194+99+129=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C26381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26381 is #3D9C7E. Grayscale: #828282. Windows color (decimal): -4037759 or 8479682. OLE color: 8479682.

HSL color Cylindrical-coordinate representation of color #C26381: hue angle of 341.05º 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 #C26381 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB19499129-
CMYK00.490.340.24
HSL341.05º43.78%57.45%-
HSV(B)341.05º48.97%76.08%-
XYZ30.6721.9823.39-
YUV130.82126.97173.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.97%
GREEN value IS 99 (39.06% from 255) = 23.46%
BLUE value IS 129 (50.78% from 255) = 30.57%
R=45.97%
G=23.46%
B=30.57%

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
Decimal1949912900.490.340.24341.0543.7857.45
HexC2638103122181552c39
Octal30214320106142305255471
Binary11000010110001110000001011000110001011000101010101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26381; }

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

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

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

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

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

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

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

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