Html Css Color HEX #C06280 Tapestry

📋 copy color: '#C06280'

red 192 ◦ green 98 ◦ blue 128

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

Shades of Tapestry #C06280

Tints of Tapestry #C06280

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.44%

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

R = 45.93%
G = 23.44%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C06280 (or 0xC06280) is known color: Tapestry. HEX triplet: C0, 62 and 80. RGB value is (192,98,128). Sum of RGB (Red+Green+Blue) = 192+98+128=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 98 (38.67% from 255 or 23.44% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C06280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06280 is #3F9D7F. Grayscale: #818181. Windows color (decimal): -4169088 or 8413888. OLE color: 8413888.

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

Color convert

RGB 192 98 128 -
CMYK 0 0.49 0.33 0.25
HSL 340.85º 0.43% 0.57% -
HSV(B) 340.85º 0.49% 0.75% -
XYZ 30 21.5 22.99 -
YUV 129.53 127.14 172.56 -
System Red Green Blue C M Y K H S L
Decimal 192 98 128 0 0.49 0.33 0.25 340.85 0.43 0.57
Hex C0 62 80 0 31 21 19 155 2B 39
Octal 300 142 200 0 61 41 31 525 53 71
Binary 11000000 1100010 10000000 0 110001 100001 11001 101010101 101011 111001

Color Harmonies of #C06280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06280

Black with #C06280

Text Example


Text Example

White with #C06280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06280; }

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

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

background-color css

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

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

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

border-color css

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

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

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