#C36B83

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

Shades of Tapestry #C36B83

Tints of Tapestry #C36B83

Color information

#C36B83 (or 0xC36B83) is unknown color: approx Tapestry. HEX triplet: C3, 6B and 83. RGB value is (195,107,131). Sum of RGB (Red+Green+Blue) = 195+107+131=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C36B83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36B83 is #3C947C. Grayscale: #888888. Windows color (decimal): -3970173 or 8612803. OLE color: 8612803.

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

Color convert

RGB195107131-
CMYK00.450.330.24
HSL343.64º42.31%59.22%-
HSV(B)343.64º45.13%76.47%-
XYZ31.8623.7624.38-
YUV136.05125.15170.05-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.03%
GREEN value IS 107 (42.19% from 255) = 24.71%
BLUE value IS 131 (51.56% from 255) = 30.25%
R=45.03%
G=24.71%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510713100.450.330.24343.6442.3159.22
HexC36B8302D21181582a3b
Octal30315320305541305305273
Binary11000011110101110000011010110110000111000101011000101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36B83; }

 p { color: rgb(195,107,131); }

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

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

 a { background-color: rgb(195,107,131); }

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

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

 span { border-color: rgb(195,107,131); }

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