#C06A81

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

Shades of Tapestry #C06A81

Tints of Tapestry #C06A81

Color information

#C06A81 (or 0xC06A81) is unknown color: approx Tapestry. HEX triplet: C0, 6A and 81. RGB value is (192,106,129). Sum of RGB (Red+Green+Blue) = 192+106+129=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06A81 is #3F957E. Grayscale: #868686. Windows color (decimal): -4167039 or 8481472. OLE color: 8481472.

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

Color convert

RGB192106129-
CMYK00.450.330.25
HSL343.95º40.57%58.43%-
HSV(B)343.95º44.79%75.29%-
XYZ30.8523.123.6-
YUV134.34124.99169.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.96%
GREEN value IS 106 (41.80% from 255) = 24.82%
BLUE value IS 129 (50.78% from 255) = 30.21%
R=44.96%
G=24.82%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210612900.450.330.25343.9540.5758.43
HexC06A8102D2119158293a
Octal30015220105541315305172
Binary11000000110101010000001010110110000111001101011000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06A81; }

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

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

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

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

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

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

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

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