#C06A83

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

Shades of Tapestry #C06A83

Tints of Tapestry #C06A83

Color information

#C06A83 (or 0xC06A83) is unknown color: approx Tapestry. HEX triplet: C0, 6A and 83. RGB value is (192,106,131). Sum of RGB (Red+Green+Blue) = 192+106+131=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06A83 is #3F957C. Grayscale: #868686. Windows color (decimal): -4167037 or 8612544. OLE color: 8612544.

HSL color Cylindrical-coordinate representation of color #C06A83: hue angle of 342.56º 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 #C06A83 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB192106131-
CMYK00.450.320.25
HSL342.56º40.57%58.43%-
HSV(B)342.56º44.79%75.29%-
XYZ30.9923.1524.31-
YUV134.56125.99168.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.76%
GREEN value IS 106 (41.80% from 255) = 24.71%
BLUE value IS 131 (51.56% from 255) = 30.54%
R=44.76%
G=24.71%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210613100.450.320.25342.5640.5758.43
HexC06A8302D2019157293a
Octal30015220305540315275172
Binary11000000110101010000011010110110000011001101010111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06A83; }

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

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

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

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

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

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

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

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