Html Css Color HEX #C06582 Tapestry

📋 copy color: '#C06582'

red 192 ◦ green 101 ◦ blue 130

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

Shades of Tapestry #C06582

Tints of Tapestry #C06582

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.88%

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

R = 45.39%
G = 23.88%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C06582 (or 0xC06582) is known color: Tapestry. HEX triplet: C0, 65 and 82. RGB value is (192,101,130). Sum of RGB (Red+Green+Blue) = 192+101+130=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C06582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06582 is #3F9A7D. Grayscale: #838383. Windows color (decimal): -4168318 or 8545728. OLE color: 8545728.

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

Color convert

RGB 192 101 130 -
CMYK 0 0.47 0.32 0.25
HSL 340.88º 0.42% 0.57% -
HSV(B) 340.88º 0.47% 0.75% -
XYZ 30.42 22.13 23.79 -
YUV 131.52 127.15 171.14 -
System Red Green Blue C M Y K H S L
Decimal 192 101 130 0 0.47 0.32 0.25 340.88 0.42 0.57
Hex C0 65 82 0 2F 20 19 155 2A 39
Octal 300 145 202 0 57 40 31 525 52 71
Binary 11000000 1100101 10000010 0 101111 100000 11001 101010101 101010 111001

Color Harmonies of #C06582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06582

Black with #C06582

Text Example


Text Example

White with #C06582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06582; }

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

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

background-color css

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

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

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

border-color css

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

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

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