Html Css Color HEX #C05F80 Tapestry

📋 copy color: '#C05F80'

red 192 ◦ green 95 ◦ blue 128

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

Shades of Tapestry #C05F80

Tints of Tapestry #C05F80

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.89%

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

R = 46.27%
G = 22.89%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C05F80 (or 0xC05F80) is known color: Tapestry. HEX triplet: C0, 5F and 80. RGB value is (192,95,128). Sum of RGB (Red+Green+Blue) = 192+95+128=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05F80 is #3FA07F. Grayscale: #7F7F7F. Windows color (decimal): -4169856 or 8413120. OLE color: 8413120.

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

Color convert

RGB 192 95 128 -
CMYK 0 0.51 0.33 0.25
HSL 339.59º 0.43% 0.56% -
HSV(B) 339.59º 0.51% 0.75% -
XYZ 29.73 20.95 22.9 -
YUV 127.77 128.14 173.82 -
System Red Green Blue C M Y K H S L
Decimal 192 95 128 0 0.51 0.33 0.25 339.59 0.43 0.56
Hex C0 5F 80 0 33 21 19 154 2B 38
Octal 300 137 200 0 63 41 31 524 53 70
Binary 11000000 1011111 10000000 0 110011 100001 11001 101010100 101011 111000

Color Harmonies of #C05F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05F80

Black with #C05F80

Text Example


Text Example

White with #C05F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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