Html Css Color HEX #C06D87 Tapestry

📋 copy color: '#C06D87'

red 192 ◦ green 109 ◦ blue 135

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

Shades of Tapestry #C06D87

Tints of Tapestry #C06D87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 30.96%

R = 44.04%
G = 25%
B = 30.96%

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

#C06D87 (or 0xC06D87) is known color: Tapestry. HEX triplet: C0, 6D and 87. RGB value is (192,109,135). Sum of RGB (Red+Green+Blue) = 192+109+135=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 135 (53.12% from 255 or 30.96% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06D87 is #3F9278. Grayscale: #888888. Windows color (decimal): -4166265 or 8875456. OLE color: 8875456.

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

Color convert

RGB 192 109 135 -
CMYK 0 0.43 0.30 0.25
HSL 341.2º 0.4% 0.59% -
HSV(B) 341.2º 0.43% 0.75% -
XYZ 31.58 23.89 25.87 -
YUV 136.78 127 167.39 -
System Red Green Blue C M Y K H S L
Decimal 192 109 135 0 0.43 0.30 0.25 341.2 0.4 0.59
Hex C0 6D 87 0 2B 1E 19 155 28 3B
Octal 300 155 207 0 53 36 31 525 50 73
Binary 11000000 1101101 10000111 0 101011 11110 11001 101010101 101000 111011

Color Harmonies of #C06D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06D87

Black with #C06D87

Text Example


Text Example

White with #C06D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06D87; }

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

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

background-color css

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

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

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

border-color css

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

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

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