#C36A7E

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

Shades of Tapestry #C36A7E

Tints of Tapestry #C36A7E

Color information

#C36A7E (or 0xC36A7E) is unknown color: approx Tapestry. HEX triplet: C3, 6A and 7E. RGB value is (195,106,126). Sum of RGB (Red+Green+Blue) = 195+106+126=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36A7E is #3C9581. Grayscale: #868686. Windows color (decimal): -3970434 or 8284867. OLE color: 8284867.

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

Color convert

RGB195106126-
CMYK00.460.350.24
HSL346.52º42.58%59.02%-
HSV(B)346.52º45.64%76.47%-
XYZ31.4323.4222.6-
YUV134.89122.99170.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.67%
GREEN value IS 106 (41.80% from 255) = 24.82%
BLUE value IS 126 (49.61% from 255) = 29.51%
R=45.67%
G=24.82%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510612600.460.350.24346.5242.5859.02
HexC36A7E02E231815b2b3b
Octal30315217605643305335373
Binary1100001111010101111110010111010001111000101011011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36A7E; }

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

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

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

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

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

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

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

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