Html Css Color HEX #C06780 Tapestry

📋 copy color: '#C06780'

red 192 ◦ green 103 ◦ blue 128

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

Shades of Tapestry #C06780

Tints of Tapestry #C06780

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.35%

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

R = 45.39%
G = 24.35%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C06780 (or 0xC06780) is known color: Tapestry. HEX triplet: C0, 67 and 80. RGB value is (192,103,128). Sum of RGB (Red+Green+Blue) = 192+103+128=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C06780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06780 is #3F987F. Grayscale: #848484. Windows color (decimal): -4167808 or 8415168. OLE color: 8415168.

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

Color convert

RGB 192 103 128 -
CMYK 0 0.46 0.33 0.25
HSL 343.15º 0.41% 0.58% -
HSV(B) 343.15º 0.46% 0.75% -
XYZ 30.48 22.47 23.15 -
YUV 132.46 125.49 170.47 -
System Red Green Blue C M Y K H S L
Decimal 192 103 128 0 0.46 0.33 0.25 343.15 0.41 0.58
Hex C0 67 80 0 2E 21 19 157 29 3A
Octal 300 147 200 0 56 41 31 527 51 72
Binary 11000000 1100111 10000000 0 101110 100001 11001 101010111 101001 111010

Color Harmonies of #C06780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06780

Black with #C06780

Text Example


Text Example

White with #C06780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06780; }

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

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

background-color css

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

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

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

border-color css

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

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

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