Html Css Color HEX #C06D86 Tapestry

📋 copy color: '#C06D86'

red 192 ◦ green 109 ◦ blue 134

#C06D86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #C06D86

Tints of Tapestry #C06D86

RGB

 RED value IS 192 (75.39% from 255) = 44.14%

 GREEN value IS 109 (42.97% from 255) = 25.06%

 BLUE value IS 134 (52.73% from 255) = 30.8%

R = 44.14%
G = 25.06%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C06D86 (or 0xC06D86) is known color: Tapestry. HEX triplet: C0, 6D and 86. RGB value is (192,109,134). Sum of RGB (Red+Green+Blue) = 192+109+134=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06D86 is #3F9279. Grayscale: #888888. Windows color (decimal): -4166266 or 8809920. OLE color: 8809920.

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

Color convert

RGB 192 109 134 -
CMYK 0 0.43 0.30 0.25
HSL 341.93º 0.4% 0.59% -
HSV(B) 341.93º 0.43% 0.75% -
XYZ 31.51 23.86 25.5 -
YUV 136.67 126.5 167.47 -
System Red Green Blue C M Y K H S L
Decimal 192 109 134 0 0.43 0.30 0.25 341.93 0.4 0.59
Hex C0 6D 86 0 2B 1E 19 156 28 3B
Octal 300 155 206 0 53 36 31 526 50 73
Binary 11000000 1101101 10000110 0 101011 11110 11001 101010110 101000 111011

Color Harmonies of #C06D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06D86

Black with #C06D86

Text Example


Text Example

White with #C06D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06D86; }

 p { color: rgb(192,109,134); }

 H1.HeaderClassName
 {
   color: #C06D86;
 }
 .AnyTagClassName
 {
   color: #C06D86;
 }
</style>

background-color css

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

 a { background-color: rgb(192,109,134); }

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

border-color css

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

 span { border-color: rgb(192,109,134); }

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