Html Css Color HEX #C06980 Tapestry

📋 copy color: '#C06980'

red 192 ◦ green 105 ◦ blue 128

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

Shades of Tapestry #C06980

Tints of Tapestry #C06980

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.71%

 BLUE value IS 128 (50.39% from 255) = 30.12%

R = 45.18%
G = 24.71%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C06980 (or 0xC06980) is known color: Tapestry. HEX triplet: C0, 69 and 80. RGB value is (192,105,128). Sum of RGB (Red+Green+Blue) = 192+105+128=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C06980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06980 is #3F967F. Grayscale: #858585. Windows color (decimal): -4167296 or 8415680. OLE color: 8415680.

HSL color Cylindrical-coordinate representation of color #C06980: hue angle of 344.14º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C06980 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 105 128 -
CMYK 0 0.45 0.33 0.25
HSL 344.14º 0.41% 0.58% -
HSV(B) 344.14º 0.45% 0.75% -
XYZ 30.69 22.87 23.22 -
YUV 133.64 124.82 169.63 -
System Red Green Blue C M Y K H S L
Decimal 192 105 128 0 0.45 0.33 0.25 344.14 0.41 0.58
Hex C0 69 80 0 2D 21 19 158 29 3A
Octal 300 151 200 0 55 41 31 530 51 72
Binary 11000000 1101001 10000000 0 101101 100001 11001 101011000 101001 111010

Color Harmonies of #C06980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06980

Black with #C06980

Text Example


Text Example

White with #C06980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06980; }

 p { color: rgb(192,105,128); }

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

background-color css

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

 a { background-color: rgb(192,105,128); }

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

border-color css

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

 span { border-color: rgb(192,105,128); }

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