#C06B89

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

Shades of Tapestry #C06B89

Tints of Tapestry #C06B89

Color information

#C06B89 (or 0xC06B89) is unknown color: approx Tapestry. HEX triplet: C0, 6B and 89. RGB value is (192,107,137). Sum of RGB (Red+Green+Blue) = 192+107+137=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06B89 is #3F9476. Grayscale: #878787. Windows color (decimal): -4166775 or 9006016. OLE color: 9006016.

HSL color Cylindrical-coordinate representation of color #C06B89: hue angle of 338.82º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C06B89 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB192107137-
CMYK00.440.290.25
HSL338.82º40.28%58.63%-
HSV(B)338.82º44.27%75.29%-
XYZ31.5123.5326.55-
YUV135.84128.66168.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.04%
GREEN value IS 107 (42.19% from 255) = 24.54%
BLUE value IS 137 (53.91% from 255) = 31.42%
R=44.04%
G=24.54%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210713700.440.290.25338.8240.2858.63
HexC06B8902C1D19153283b
Octal30015321105435315235073
Binary1100000011010111000100101011001110111001101010011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06B89; }

 p { color: rgb(192,107,137); }

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

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

 a { background-color: rgb(192,107,137); }

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

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

 span { border-color: rgb(192,107,137); }

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