#C36885

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

Shades of Tapestry #C36885

Tints of Tapestry #C36885

Color information

#C36885 (or 0xC36885) is unknown color: approx Tapestry. HEX triplet: C3, 68 and 85. RGB value is (195,104,133). Sum of RGB (Red+Green+Blue) = 195+104+133=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C36885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36885 is #3C977A. Grayscale: #868686. Windows color (decimal): -3970939 or 8743107. OLE color: 8743107.

HSL color Cylindrical-coordinate representation of color #C36885: hue angle of 340.88º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C36885 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB195104133-
CMYK00.470.320.24
HSL340.88º43.13%58.63%-
HSV(B)340.88º46.67%76.47%-
XYZ31.6923.225-
YUV134.51127.15171.14-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.14%
GREEN value IS 104 (41.02% from 255) = 24.07%
BLUE value IS 133 (52.34% from 255) = 30.79%
R=45.14%
G=24.07%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510413300.470.320.24340.8843.1358.63
HexC3688502F20181552b3b
Octal30315020505740305255373
Binary11000011110100010000101010111110000011000101010101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36885; }

 p { color: rgb(195,104,133); }

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

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

 a { background-color: rgb(195,104,133); }

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

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

 span { border-color: rgb(195,104,133); }

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