#C06A75

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

Shades of Tapestry #C06A75

Tints of Tapestry #C06A75

Color information

#C06A75 (or 0xC06A75) is unknown color: approx Tapestry. HEX triplet: C0, 6A and 75. RGB value is (192,106,117). Sum of RGB (Red+Green+Blue) = 192+106+117=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06A75 is #3F958A. Grayscale: #858585. Windows color (decimal): -4167051 or 7695040. OLE color: 7695040.

HSL color Cylindrical-coordinate representation of color #C06A75: hue angle of 352.33º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C06A75 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB192106117-
CMYK00.450.390.25
HSL352.33º40.57%58.43%-
HSV(B)352.33º44.79%75.29%-
XYZ30.122.819.64-
YUV132.97118.99170.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.27%
GREEN value IS 106 (41.80% from 255) = 25.54%
BLUE value IS 117 (46.09% from 255) = 28.19%
R=46.27%
G=25.54%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210611700.450.390.25352.3340.5758.43
HexC06A7502D2719160293a
Octal30015216505547315405172
Binary1100000011010101110101010110110011111001101100000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06A75; }

 p { color: rgb(192,106,117); }

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

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

 a { background-color: rgb(192,106,117); }

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

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

 span { border-color: rgb(192,106,117); }

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