Html Css Color HEX #C05F82 Tapestry

📋 copy color: '#C05F82'

red 192 ◦ green 95 ◦ blue 130

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

Shades of Tapestry #C05F82

Tints of Tapestry #C05F82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.18%

R = 46.04%
G = 22.78%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C05F82 (or 0xC05F82) is known color: Tapestry. HEX triplet: C0, 5F and 82. RGB value is (192,95,130). Sum of RGB (Red+Green+Blue) = 192+95+130=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05F82 is #3FA07D. Grayscale: #7F7F7F. Windows color (decimal): -4169854 or 8544192. OLE color: 8544192.

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

Color convert

RGB 192 95 130 -
CMYK 0 0.51 0.32 0.25
HSL 338.35º 0.43% 0.56% -
HSV(B) 338.35º 0.51% 0.75% -
XYZ 29.86 21 23.6 -
YUV 127.99 129.14 173.65 -
System Red Green Blue C M Y K H S L
Decimal 192 95 130 0 0.51 0.32 0.25 338.35 0.43 0.56
Hex C0 5F 82 0 33 20 19 152 2B 38
Octal 300 137 202 0 63 40 31 522 53 70
Binary 11000000 1011111 10000010 0 110011 100000 11001 101010010 101011 111000

Color Harmonies of #C05F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05F82

Black with #C05F82

Text Example


Text Example

White with #C05F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05F82; }

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

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

background-color css

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

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

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

border-color css

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

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

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