Html Css Color HEX #C07980 Tapestry

📋 copy color: '#C07980'

red 192 ◦ green 121 ◦ blue 128

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

Shades of Tapestry #C07980

Tints of Tapestry #C07980

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.44%

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

R = 43.54%
G = 27.44%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C07980 (or 0xC07980) is known color: Tapestry. HEX triplet: C0, 79 and 80. RGB value is (192,121,128). Sum of RGB (Red+Green+Blue) = 192+121+128=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C07980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07980 is #3F867F. Grayscale: #8F8F8F. Windows color (decimal): -4163200 or 8419776. OLE color: 8419776.

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

Color convert

RGB 192 121 128 -
CMYK 0 0.37 0.33 0.25
HSL 354.08º 0.36% 0.61% -
HSV(B) 354.08º 0.37% 0.75% -
XYZ 32.47 26.44 23.81 -
YUV 143.03 119.52 162.93 -
System Red Green Blue C M Y K H S L
Decimal 192 121 128 0 0.37 0.33 0.25 354.08 0.36 0.61
Hex C0 79 80 0 25 21 19 162 24 3D
Octal 300 171 200 0 45 41 31 542 44 75
Binary 11000000 1111001 10000000 0 100101 100001 11001 101100010 100100 111101

Color Harmonies of #C07980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07980

Black with #C07980

Text Example


Text Example

White with #C07980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07980; }

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

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

background-color css

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

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

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

border-color css

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

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

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