#C36680

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

Shades of Tapestry #C36680

Tints of Tapestry #C36680

Color information

#C36680 (or 0xC36680) is unknown color: approx Tapestry. HEX triplet: C3, 66 and 80. RGB value is (195,102,128). Sum of RGB (Red+Green+Blue) = 195+102+128=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C36680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36680 is #3C997F. Grayscale: #848484. Windows color (decimal): -3971456 or 8414915. OLE color: 8414915.

HSL color Cylindrical-coordinate representation of color #C36680: hue angle of 343.23º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C36680 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB195102128-
CMYK00.480.340.24
HSL343.23º43.66%58.24%-
HSV(B)343.23º47.69%76.47%-
XYZ31.1522.6623.15-
YUV132.77125.31172.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.88%
GREEN value IS 102 (40.23% from 255) = 24%
BLUE value IS 128 (50.39% from 255) = 30.12%
R=45.88%
G=24%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510212800.480.340.24343.2343.6658.24
HexC3668003022181572c3a
Octal30314620006042305275472
Binary11000011110011010000000011000010001011000101010111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36680; }

 p { color: rgb(195,102,128); }

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

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

 a { background-color: rgb(195,102,128); }

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

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

 span { border-color: rgb(195,102,128); }

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