Html Css Color HEX #C06782 Tapestry

📋 copy color: '#C06782'

red 192 ◦ green 103 ◦ blue 130

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

Shades of Tapestry #C06782

Tints of Tapestry #C06782

RGB

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

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

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

R = 45.18%
G = 24.24%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C06782 (or 0xC06782) is known color: Tapestry. HEX triplet: C0, 67 and 82. RGB value is (192,103,130). Sum of RGB (Red+Green+Blue) = 192+103+130=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C06782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06782 is #3F987D. Grayscale: #848484. Windows color (decimal): -4167806 or 8546240. OLE color: 8546240.

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

Color convert

RGB 192 103 130 -
CMYK 0 0.46 0.32 0.25
HSL 341.8º 0.41% 0.58% -
HSV(B) 341.8º 0.46% 0.75% -
XYZ 30.62 22.52 23.85 -
YUV 132.69 126.49 170.3 -
System Red Green Blue C M Y K H S L
Decimal 192 103 130 0 0.46 0.32 0.25 341.8 0.41 0.58
Hex C0 67 82 0 2E 20 19 156 29 3A
Octal 300 147 202 0 56 40 31 526 51 72
Binary 11000000 1100111 10000010 0 101110 100000 11001 101010110 101001 111010

Color Harmonies of #C06782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06782

Black with #C06782

Text Example


Text Example

White with #C06782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06782; }

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

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

background-color css

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

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

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

border-color css

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

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

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