#C36A7D

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

Shades of Tapestry #C36A7D

Tints of Tapestry #C36A7D

Color information

#C36A7D (or 0xC36A7D) is unknown color: approx Tapestry. HEX triplet: C3, 6A and 7D. RGB value is (195,106,125). Sum of RGB (Red+Green+Blue) = 195+106+125=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36A7D is #3C9582. Grayscale: #868686. Windows color (decimal): -3970435 or 8219331. OLE color: 8219331.

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

Color convert

RGB195106125-
CMYK00.460.360.24
HSL347.19º42.58%59.02%-
HSV(B)347.19º45.64%76.47%-
XYZ31.3623.3922.26-
YUV134.78122.49170.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.77%
GREEN value IS 106 (41.80% from 255) = 24.88%
BLUE value IS 125 (49.22% from 255) = 29.34%
R=45.77%
G=24.88%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510612500.460.360.24347.1942.5859.02
HexC36A7D02E241815b2b3b
Octal30315217505644305335373
Binary1100001111010101111101010111010010011000101011011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36A7D; }

 p { color: rgb(195,106,125); }

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

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

 a { background-color: rgb(195,106,125); }

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

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

 span { border-color: rgb(195,106,125); }

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