#c06b82

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

Shades of Tapestry #C06B82

Tints of Tapestry #C06B82

Color information

#C06B82 (or 0xC06B82) is unknown color: approx Tapestry. HEX triplet: C0, 6B and 82. RGB value is (192,107,130). Sum of RGB (Red+Green+Blue) = 192+107+130=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06B82 is #3F947D. Grayscale: #878787. Windows color (decimal): -4166782 or 8547264. OLE color: 8547264.

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

Color convert

RGB192107130-
CMYK00.440.320.25
HSL343.76º40.28%58.63%-
HSV(B)343.76º44.27%75.29%-
XYZ31.0323.3323.99-
YUV135.04125.16168.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.76%
GREEN value IS 107 (42.19% from 255) = 24.94%
BLUE value IS 130 (51.17% from 255) = 30.30%
R=44.76%
G=24.94%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210713000.440.320.25343.7640.2858.63
HexC06B8202C2019158283b
Octal30015320205440315305073
Binary11000000110101110000010010110010000011001101011000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c06b82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c06b82; }

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

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

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

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

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

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

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

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