Html Css Color HEX #C06D89 Tapestry

📋 copy color: '#C06D89'

red 192 ◦ green 109 ◦ blue 137

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

Shades of Tapestry #C06D89

Tints of Tapestry #C06D89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.28%

R = 43.84%
G = 24.89%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C06D89 (or 0xC06D89) is known color: Tapestry. HEX triplet: C0, 6D and 89. RGB value is (192,109,137). Sum of RGB (Red+Green+Blue) = 192+109+137=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06D89 is #3F9276. Grayscale: #888888. Windows color (decimal): -4166263 or 9006528. OLE color: 9006528.

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

Color convert

RGB 192 109 137 -
CMYK 0 0.43 0.29 0.25
HSL 339.76º 0.4% 0.59% -
HSV(B) 339.76º 0.43% 0.75% -
XYZ 31.72 23.95 26.62 -
YUV 137.01 128 167.22 -
System Red Green Blue C M Y K H S L
Decimal 192 109 137 0 0.43 0.29 0.25 339.76 0.4 0.59
Hex C0 6D 89 0 2B 1D 19 154 28 3B
Octal 300 155 211 0 53 35 31 524 50 73
Binary 11000000 1101101 10001001 0 101011 11101 11001 101010100 101000 111011

Color Harmonies of #C06D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06D89

Black with #C06D89

Text Example


Text Example

White with #C06D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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